Releases: buggins/ddbc
Releases · buggins/ddbc
v0.6.1
What's Changed
- Bug: Closing connection closes already closed PGSQLPreparedStatement by @vnayar in #125
- Catch PostgreSQL fatal errors when running queries. by @vnayar in #126
- Implement SQLITEResultSet.first() by @vnayar in #127
- Bugfix: Test Connections before Returning them from ConnectionPool. by @vnayar in #128
- Process type BPCHAR the same way that text is processed. by @vnayar in #131
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Finish transaction implementation for SQLite.
v0.5.9
refactor Dialect enum to DialectType
v0.5.8
#118 add support for LIMIT & OFFSET
v0.5.7
Fix compatibility with latest dmd
v0.5.6
support MS-SQL's TrustServerCertificate option via new param: trusted_connection
v0.5.5
override tostring
v0.5.4
use ODBC dub package
v0.5.3
few minor changes to bump dependency versions and deal with some deprecation issues