Skip to content

Releases: stcarrez/ada-ado

ADO 2.4.0

08 Oct 08:05
Compare
Choose a tag to compare
  • 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

06 Aug 19:03
Compare
Choose a tag to compare
  • 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

31 Jul 09:17
Compare
Choose a tag to compare
  • Improvement of query loaders
  • Fix reading database schema with float/double values
  • Rename Get_Double into Get_Long_Float

ADO 2.1.2

20 Mar 16:51
Compare
Choose a tag to compare
  • Fix uninitialized float values in generated code used by unit tests

Version 2.1.1 - Nov 2020

07 Nov 17:29
Compare
Choose a tag to compare
  • Fix using the configuration with multiple config environments

Version 2.1.0 - May 2020

01 May 12:33
Compare
Choose a tag to compare
  • Added Is_Modified predicate on database objects
  • Fix SQLite Load_Schema to avoid loading SQLite specific tables

Ada Database Objects 1.2.0

15 Jul 19:28
Compare
Choose a tag to compare
  • 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

30 Dec 16:54
Compare
Choose a tag to compare
  • Fix link issue on Fedora
  • Detect MariaDB as a replacement for MySQL
  • Improvement of configure and installation process with gprinstall (if available)