You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for the uuid type on the Any database (#30)
* add support for the uuid type on the Any database
* Fix UUID test for MySQL
The previous test used the wrong SQL for MySQL. This commit corrects it.
* Fix UUID test for various databases
* Fix MSSQL UUID test
Fix MSSQL UUID test
The MSSQL UUID test was failing due to an incorrect query string. This
commit removes the extra character.
0 commit comments