Skip to content

Releases: lagdo/dbadmin-driver-pgsql

Release 0.21.0.

09 Jan 05:38

Choose a tag to compare

Changes:

  • Update and fix the create and alter table features.
  • Fix the default values in the create and alter table forms.

Release 0.20.0.

27 Dec 04:55

Choose a tag to compare

Changes:

  • New functions to get the SQL code for select, insert, update and delete queries.

Release 0.19.1.

22 Dec 04:36

Choose a tag to compare

Changes:

  • Fix the table field enum values getter.

Release 0.19.0.

21 Dec 03:48

Choose a tag to compare

Changes:

  • Functions to insert and edit tables data.
  • Change the db library namespace.
  • Rename driver classes.
  • Edit and save data from the select resultset.
  • Add a 2s timeout on database connections.

Release 0.18.0.

04 Dec 14:56

Choose a tag to compare

Changes:

  • Add return types to driver functions.
  • Refactor the database driver interfaces.

Release 0.17.0.

01 Dec 19:11

Choose a tag to compare

Changes:

  • Enable the database import feature.
  • Update drivers definitions.

Release 0.16.0.

30 Nov 22:07

Choose a tag to compare

Changes:

  • Enable the database export feature.

Release 0.15.1.

30 Sep 17:41

Choose a tag to compare

Changes:

  • Fix db connection.

Release 0.15.0.

30 Sep 16:25

Choose a tag to compare

Changes:

  • Create and execute prepared statements.
  • Improve the drivers registration.

Release 0.14.0.

20 Sep 20:16

Choose a tag to compare

Changes:

  • New interface for the selected driver options.