1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Aug 15, 2025 — Aug 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rebuild the model
ciceron
as Stephane Carrez
More... about 15 years ago
Rename the library libadaado and put the obj/ali in a specific directory 'ado' under obj and lib
ciceron
as Stephane Carrez
More... about 15 years ago
Project file for installation
ciceron
as Stephane Carrez
More... about 15 years ago
Add the install and uninstall make targets
ciceron
as Stephane Carrez
More... about 15 years ago
Add prepare-release make target
ciceron
as Stephane Carrez
More... about 15 years ago
Change the Initialize to accept any property manager class
ciceron
as Stephane Carrez
More... about 15 years ago
Fix compilation with AUnit 2011
ciceron
as Stephane Carrez
More... about 15 years ago
Define Find_Entity_Type at the Session object level
ciceron
as Stephane Carrez
More... about 15 years ago
Load the database entities only if we have a database
ciceron
as Stephane Carrez
More... about 15 years ago
Add Find_Entity_Type on the session object Store the entity_type cache in the session factory Obtain the entity_type from the cache stored in the session factory
ciceron
as Stephane Carrez
More... about 15 years ago
Add unit tests for entity type cache Fix initialization and Find procedures
ciceron
as Stephane Carrez
More... about 15 years ago
Definition of Entity_Type cache
ciceron
as Stephane Carrez
More... about 15 years ago
Define the Object_Id and Blob types
ciceron
as Stephane Carrez
More... about 15 years ago
Add unit tests for expand SQL
ciceron
as Stephane Carrez
More... about 15 years ago
Optimize SQL expand and add a Bind_Null_Param procedure
ciceron
as Stephane Carrez
More... about 15 years ago
Improvement of SQL query expansion - recognize several forms of query parameters ? :nnn :name - fix support for named parameters
ciceron
as Stephane Carrez
More... about 15 years ago
Add the Entity_Type
ciceron
as Stephane Carrez
More... about 15 years ago
Fix some memory leaks in SQLite driver Disable transaction due to a problem with SQLite
ciceron
as Stephane Carrez
More... about 15 years ago
Retry the sequence block allocation a number of times sleeping by 10ms increment Raise an exception if the sequence block cannot be allocated
ciceron
as Stephane Carrez
More... about 15 years ago
After executing an sqlite statement, call Release_Stmt to free the sqlite statement
ciceron
as Stephane Carrez
More... about 15 years ago
Regenerate the sqlite3_h from a newer sqlite.h header
ciceron
as Stephane Carrez
More... about 15 years ago
Add a debug log to dump the SQL query being executed in debug mode
ciceron
as Stephane Carrez
More... about 15 years ago
Build the SQLite driver if sqlite is available
ciceron
as Stephane Carrez
More... about 15 years ago
SQL schema files for MySQL and for SQLite
ciceron
as Stephane Carrez
More... about 15 years ago
Integrate the sqlite driver - fix the sqlite driver with the new ADO driver framework
ciceron
as Stephane Carrez
More... about 15 years ago
Remove unused Execute procedure
ciceron
as Stephane Carrez
More... about 15 years ago
Add an Initialize procedure with a property manager Change the driver name to a Util.Name_Access
ciceron
as Stephane Carrez
More... about 15 years ago
Add T_NULL column type
ciceron
as Stephane Carrez
More... about 15 years ago
Cleanup and remove unused procedure Execute Set the mysql driver name as a constant string
ciceron
as Stephane Carrez
More... about 15 years ago
If the XML query file does not exist, do not raise an exception but log an error
ciceron
as Stephane Carrez
More... about 15 years ago