Releases: lagdo/dbadmin-driver-sqlite
Releases · lagdo/dbadmin-driver-sqlite
Release 0.21.0.
Release 0.20.0.
Changes:
- New functions to get the SQL code for select, insert, update and delete queries.
Release 0.19.0.
Changes:
- Functions to insert and edit tables data.
- Change the db library namespace.
- Rename driver classes.
- Edit and save data from the select resultset.
Release 0.18.0.
Changes:
- Add return types to driver functions.
- Refactor the database driver interfaces.
Release 0.17.0.
Changes:
- Enable the database import feature.
- Update drivers definitions.
Release 0.16.0.
Changes:
- Enable the database export feature.
Release 0.15.0.
Changes:
- Create and execute prepared statements.
- Improve the drivers registration.
Release 0.14.0.
Changes:
- New interface for the selected driver options.
Release 0.13.0.
Changes:
- Redefine the Connection and Grammar interfaces.
Release 0.12.1.
Changes:
- Fix passing null value to function call.