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 v2 version implementing database/sql (#257)
* add v2 version implementing database/sql
* add test with connection pooling
* test tx
* fix failing test
* fix test
* minor fix in migration guide
* fix tests
* use the fetchOne API instead of the rowMap API
* Update MIGRATION.md
* Remove log.Printf
* few more fixes
upgrade go to version 1.24 (#250)
* upgrade go to version 1.24
* Update .travis.yml
* upgrade hive version
* Extend how long to wait for hive to be up
* set testing hive version to 3.1.3 again