Skip to content

Releases: miyamo2/pqxd

v0.5.0

02 Nov 13:41
71daeb1
Compare
Choose a tag to compare

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

01 Nov 13:00
c8e3d52
Compare
Choose a tag to compare

What's Changed in v0.4.0

✨ New Features

⚡️ 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

29 Oct 16:43
21053e2
Compare
Choose a tag to compare

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

28 Oct 16:11
4050111
Compare
Choose a tag to compare

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

27 Oct 08:42
e6f5547
Compare
Choose a tag to compare

What's Changed in v0.1.1

♻️ Refactor

  • NewConnector are now returns driver.Connector instead of *pqxd.connector

📚Documentation

  • few fixes in the example codes

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Oct 08:10
a6ce6de
Compare
Choose a tag to compare

What's Changed in v0.1.0

🎉Initial Release