- Added support for ListTables API with
!pqxd_list_tables
, the meta-table.
- Added support for DescribeTable API with
!pqxd_describe_table
, the meta-table.
- Fixed a problem where Scanner.Scan was running with
rows.Next
.
This is expected to improve performance.
- Few fixes in the example codes
- Added support for
sql.Scanner
- Few fixes in the example codes
- Added
RETURNING
support
- Fixed a problem that may cause channel close to be performed multiple times.
- Few fixes in the example codes
NewConnector
are now returnsdriver.Connector
instead of*pqxd.connector
- few fixes in the example codes