Skip to content

Releases: lagdo/dbadmin-driver

Release 0.22.0.

27 Jan 05:43

Choose a tag to compare

Changes:

  • Rename the Entity classes to Dto.
  • Fix the DB servers port number setting.

Release 0.21.0.

09 Jan 05:36

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:54

Choose a tag to compare

Changes:

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

Release 0.19.0.

21 Dec 03:36

Choose a tag to compare

Changes:

  • Add the flavor() method to the connection interface.
  • Functions to insert and edit tables data.
  • Add a 2s timeout on database connections.

Release 0.18.0.

04 Dec 14:55

Choose a tag to compare

Changes:

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

Release 0.17.0.

01 Dec 19:09

Choose a tag to compare

Changes:

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

Release 0.16.0.

30 Nov 22:08

Choose a tag to compare

Changes:

  • Enable the database export feature.

Release 0.15.1.

30 Sep 17:40

Choose a tag to compare

Changes:

  • Fix db connection.

Release 0.15.0.

30 Sep 16:23

Choose a tag to compare

Changes:

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

Release 0.14.0.

20 Sep 20:14

Choose a tag to compare

Changes:

  • New interface for the selected driver options.