1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mention the fix for SQLite transactions
ciceron
as Stephane Carrez
More... over 1 year ago
Bug #14: update the unit test
ciceron
as Stephane Carrez
More... over 1 year ago
Bug #14: refactor the sequence generator implementation
ciceron
as Stephane Carrez
More... over 1 year ago
Bug #14: add a new unit test to exercise database concurrent insert
ciceron
as Stephane Carrez
More... over 1 year ago
Bug #14: update management of SQLite database connections
ciceron
as Stephane Carrez
More... over 1 year ago
Bug #14: add Has_Limited_Transactions to handle limitations with SQLite driver
ciceron
as Stephane Carrez
More... over 1 year ago
If we fail to open the PostgreSQL connection, we must release it with PQfinish()
ciceron
as Stephane Carrez
More... over 1 year ago
Fix compilation warning
ciceron
as Stephane Carrez
More... over 1 year ago
Add missing dependency to libmariadb
ciceron
as Stephane Carrez
More... over 1 year ago
Update instruction to create the Mysql test database
ciceron
as Stephane Carrez
More... over 1 year ago
Fix the migration unit test
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: update the documentation
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #13: rebuild the SQL files
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #13: update the SQL schema after rename of entity into ado_entity
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: don't insert the version for 'ado' module
ciceron
as Stephane Carrez
More... over 1 year ago
Rebuild the model files
ciceron
as Stephane Carrez
More... over 1 year ago
Rebuild the model files
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: check if ado_version table exist before looking at the module version
ciceron
as Stephane Carrez
More... over 1 year ago
Mention the support for database migration
ciceron
as Stephane Carrez
More... over 1 year ago
Rebuild with dynamo
ciceron
as Stephane Carrez
More... over 1 year ago
Add the Database schema migration chapter
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: update documentation for the migration support
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: fix style compilation warning
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: add SQL scripts to migrate ado to its new version 2 (version 1 is by default the version assigned to ADO <= 2.3.0)
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: add some documentation about the database schema migration support
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: add a unit test to check the migration operations
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #12: add support for the database schema migration
ciceron
as Stephane Carrez
More... over 1 year ago
Minor title update
ciceron
as Stephane Carrez
More... over 1 year ago
Update the creation of the UPDATE SQL query to use the same alias for the table as for the INSERT and SELECT queries
ciceron
as Stephane Carrez
More... over 1 year ago
Add the Execute procedure to easily execute some SQL statement
ciceron
as Stephane Carrez
More... over 1 year ago