1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rebuild the model
ciceron
as Stephane Carrez
More... almost 13 years ago
Add news file with major changes in initial version
ciceron
as Stephane Carrez
More... almost 13 years ago
Integrate the generated SQL files
ciceron
as Stephane Carrez
More... almost 13 years ago
Rebuild the samples model
ciceron
as Stephane Carrez
More... almost 13 years ago
Document installation of MySQL/SQLite headers for compilation
ciceron
as Stephane Carrez
More... almost 13 years ago
Fix installation of some generated Ada files
ciceron
as Stephane Carrez
More... almost 13 years ago
Fix compilation warnings and build with GNAT 2011
ciceron
as Stephane Carrez
More... almost 13 years ago
Unit tests for SQLite driver
ciceron
as Stephane Carrez
More... almost 13 years ago
Fix installation of GNAT projects
ciceron
as Stephane Carrez
More... almost 13 years ago
Fix installation
ciceron
as Stephane Carrez
More... almost 13 years ago
Rebuild the model
ciceron
as Stephane Carrez
More... almost 13 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... almost 13 years ago
Project file for installation
ciceron
as Stephane Carrez
More... almost 13 years ago
Add the install and uninstall make targets
ciceron
as Stephane Carrez
More... almost 13 years ago
Add prepare-release make target
ciceron
as Stephane Carrez
More... almost 13 years ago
Change the Initialize to accept any property manager class
ciceron
as Stephane Carrez
More... almost 13 years ago
Fix compilation with AUnit 2011
ciceron
as Stephane Carrez
More... almost 13 years ago
Define Find_Entity_Type at the Session object level
ciceron
as Stephane Carrez
More... almost 13 years ago
Load the database entities only if we have a database
ciceron
as Stephane Carrez
More... almost 13 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... almost 13 years ago
Add unit tests for entity type cache Fix initialization and Find procedures
ciceron
as Stephane Carrez
More... almost 13 years ago
Definition of Entity_Type cache
ciceron
as Stephane Carrez
More... almost 13 years ago
Define the Object_Id and Blob types
ciceron
as Stephane Carrez
More... almost 13 years ago
Add unit tests for expand SQL
ciceron
as Stephane Carrez
More... almost 13 years ago
Optimize SQL expand and add a Bind_Null_Param procedure
ciceron
as Stephane Carrez
More... almost 13 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... almost 13 years ago
Add the Entity_Type
ciceron
as Stephane Carrez
More... almost 13 years ago
Fix some memory leaks in SQLite driver Disable transaction due to a problem with SQLite
ciceron
as Stephane Carrez
More... almost 13 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... almost 13 years ago
After executing an sqlite statement, call Release_Stmt to free the sqlite statement
ciceron
as Stephane Carrez
More... almost 13 years ago