Releases: miyamo2/pqxd
Releases · miyamo2/pqxd
v0.5.0
What's Changed in v0.5.0
✨ New Features
- Added support for ListTables API with
!pqxd_list_tables
, the meta-table.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed in v0.4.0
✨ New Features
- Added support for DescribeTable API with
!pqxd_describe_table
, the meta-table.
⚡️ Performance
- Fixed a problem where Scanner.Scan was running with
rows.Next
.
This is expected to improve performance.
📚 Documentation
- Few fixes in the example codes
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed in v0.3.0
✨ New Features
- Added support for
sql.Scanner
📚 Documentation
- Few fixes in the example codes
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed in v0.2.0
✨ New Features
- Added
RETURNING
support
🐛 Fix
- Fixed a problem that may cause channel close to be performed multiple times.
📚 Documentation
- Few fixes in the example codes
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed in v0.1.1
♻️ Refactor
NewConnector
are now returnsdriver.Connector
instead of*pqxd.connector
📚Documentation
- few fixes in the example codes
Full Changelog: v0.1.0...v0.1.1