Releases: stcarrez/ada-ado
Releases · stcarrez/ada-ado
ADO 2.4.0
- Feature #11: Support to audit creation of new objects in the database
- Feature #12: Support for database migration
- Fix #14: Problems with SQLite transactions
- Fix #15: Use ADO_BUILD instead of BUILD in the Alire crate configuration
- Fix #16: Status SQLITE_ROW is treated as an error
- Fix #18: Has_Table does not work for PostgreSQL
ADO 2.3.0
- Fix #4: Is_Loaded predicate operation is false when an object is not yet inserted in the database
- Fix #5: Exception raised when SQLite Query_Statement is finalized if the SQL query was invalid
- Fix #7: Update SQLite support to 3.31.1
- Fix #8: Add SQlite busy handler to handle the SQLITE_BUSY error
- Fix #9: Better handling of SQLITE_BUSY error
- Fix #10: Error 'XML query file does not exist' when the query is loaded from a static embedded loader
ADO 2.2.0
ADO 2.1.2
Version 2.1.1 - Nov 2020
- Fix using the configuration with multiple config environments
Version 2.1.0 - May 2020
- Added Is_Modified predicate on database objects
- Fix SQLite Load_Schema to avoid loading SQLite specific tables
Ada Database Objects 1.2.0
- Improvement of SQLite connection management
- Fix logs to avoid having password in clear text in logs
- Fix lazy object loading
Ada Database Objects 1.1.0
- Fix link issue on Fedora
- Detect MariaDB as a replacement for MySQL
- Improvement of configure and installation process with gprinstall (if available)