1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Database audit support: new package for table auditing
ciceron
as Stephane Carrez
More... over 7 years ago
Add use type ADO.Schemas.Column_Index clause
ciceron
as Stephane Carrez
More... over 7 years ago
Add use type ADO.Schemas.Column_Index clause
ciceron
as Stephane Carrez
More... over 7 years ago
Add use type ADO.Schemas.Column_Index clause
ciceron
as Stephane Carrez
More... over 7 years ago
Declare the Column_Index and Auditable_Class_Mapping types
ciceron
as Stephane Carrez
More... over 7 years ago
Declare MAX_COLUMNS constant, use SQLite limit, 2000
ciceron
as Stephane Carrez
More... over 7 years ago
Optimize the SQLite Prepare procedure
ciceron
as Stephane Carrez
More... over 7 years ago
Performance improvement of sqlite: avoid converting the SQL into a C string and allocating/freeing the memory, declare the sqlite3 function as accepting the String type
ciceron
as Stephane Carrez
More... over 7 years ago
Optimize Has_Elements function
ciceron
as Stephane Carrez
More... over 7 years ago
Fix #2: check for XML/Ada and report an error message if it was not found
ciceron
as Stephane Carrez
More... over 7 years ago
Use Mysql_Real_Query instead of Mysql_Query
ciceron
as Stephane Carrez
More... over 7 years ago
Rebuild
ciceron
as Stephane.Carrez
More... over 7 years ago
Use AC_SEARCH_LIBS to check for various libraries and check for -lmariadb
ciceron
as Stephane.Carrez
More... over 7 years ago
Fix the database Configure to ignore the "socket" parameter which can be used to specify the Unix socket path
ciceron
as Stephane.Carrez
More... over 7 years ago
Remove definition of sqlite_version because gcc-7 Ubuntu 18.04 crashes with a Storage_Error exception even though the symbol is imported
ciceron
as Stephane.Carrez
More... over 7 years ago
Fix memory leak that occured when running the same query statement several times
ciceron
as Stephane Carrez
More... almost 8 years ago
Fix memory leak that occured when running the same query statement several times
ciceron
as Stephane Carrez
More... almost 8 years ago
Fix the connection configuration to take into account numbers when configuring the MySQL database connection Raise an SQL_Error exception if the Execute procedure fails to run the SQL
ciceron
as Stephane Carrez
More... almost 8 years ago
Fix memory leak that occured when running the same query statement several times
ciceron
as Stephane Carrez
More... almost 8 years ago
Update examples to catch errors and report an error message
ciceron
as Stephane Carrez
More... almost 8 years ago
Update header
ciceron
as Stephane Carrez
More... almost 8 years ago
When creating the database session, do not load the table entities when the ado.entities.ignore configuration parameter is set
ciceron
as Stephane Carrez
More... almost 8 years ago
Add log message on the count of entities loaded
ciceron
as Stephane Carrez
More... almost 8 years ago
Use the Is_On function to check if we can use dynamic load
ciceron
as Stephane Carrez
More... almost 8 years ago
Use Is_On function to check if the SQLite create flag must be set Ignore the 'create' property when configuring the SQLite pragmas
ciceron
as Stephane Carrez
More... almost 8 years ago
Declare the CREATE_NAME constant
ciceron
as Stephane Carrez
More... almost 8 years ago
Fix compilation warning
ciceron
as Stephane Carrez
More... almost 8 years ago
Fix compilation warning
ciceron
as Stephane Carrez
More... almost 8 years ago
Implement Is_On function
ciceron
as Stephane Carrez
More... almost 8 years ago
Implement Is_On function
ciceron
as Stephane Carrez
More... almost 8 years ago