go-sql-test icon indicating copy to clipboard operation
go-sql-test copied to clipboard

test ALL the databases

Results 5 go-sql-test issues
Sort by recently updated
recently updated
newest added

Hi , I have added my driver in your src path and have written functions to my driver but why it is not picking up my driver insted it is...

This PR adds support for github.com/denisenkom/go-mssqldb, a pure Go driver for SQL Server. I've updated the README with instructions for creating the database and setting the environment variables that the...

should go-sql-test also verify time.Time struct's location? As I've found that lib/pq has inconsistent behavior on retrieving datetime and time type column (https://github.com/lib/pq/issues/251)