1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Aug 30, 2025 — Aug 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Get_Server, Get_Port and Get_Database accessors on the Connection
ciceron
as Stephane Carrez
More... over 15 years ago
SQL improvement - Define the entity_type name as unique - Define the entity_type table with an auto increment primary key - Rebuild the SQL files from the XML model
ciceron
as Stephane Carrez
More... over 15 years ago
Fix compilation warnings and cleanup
ciceron
as Stephane Carrez
More... over 15 years ago
Fix compilation warnings
ciceron
as Stephane Carrez
More... over 15 years ago
Fix compilation warnings and cleanup - remove the Create_Statement functions which are no longer necessary in the mysql driver - disable warnings for mysql-mysql.ads file
ciceron
as Stephane Carrez
More... over 15 years ago
Use the Create_Statement functions now defined in ADO.Statements.Create package
ciceron
as Stephane Carrez
More... over 15 years ago
Move the Create_Statement function in a separate package - Create_Statement function are internal - Move them to a child package so that they are not dispatching and it is not necessary to override them
ciceron
as Stephane Carrez
More... over 15 years ago
Update the notice
ciceron
as Stephane Carrez
More... over 15 years ago
Update the configure script
ciceron
as Stephane Carrez
More... over 15 years ago
Rebuild the model files for the unit tests
ciceron
as Stephane Carrez
More... over 15 years ago
Add the new unit tests
ciceron
as Stephane Carrez
More... over 15 years ago
Add unit test for ADO.Queries
ciceron
as Stephane Carrez
More... over 15 years ago
Fix compilation warning
ciceron
as Stephane Carrez
More... over 15 years ago
ADO Samples - add an example for XML query - re-generate the samples model - add the samples configuration properties - build the new samples
ciceron
as Stephane Carrez
More... over 15 years ago
Update the print example
ciceron
as Stephane Carrez
More... over 15 years ago
Example to add an element in the database
ciceron
as Stephane Carrez
More... over 15 years ago
Example to execute a query stored in an XML file and mapped to an Ada record
ciceron
as Stephane Carrez
More... over 15 years ago
Example to read the database schema
ciceron
as Stephane Carrez
More... over 15 years ago
Add an Initialize procedure to configure path where the XML queries are searched
ciceron
as Stephane Carrez
More... over 15 years ago
Query context - store the query definition in the query context - define the query SQL limits - get the SQL that corresponds to the query context - build the query statement with the SQL query
ciceron
as Stephane Carrez
More... over 15 years ago
Add an Initialize procedure - Load the global configuration properties - Initialize the query loader
ciceron
as Stephane Carrez
More... over 15 years ago
Query model implementation - define the model for XML query representation - read the XML query files
ciceron
as Stephane Carrez
More... over 15 years ago
Refactor the XML files - move the samples files in db/samples - move the unit tests files in db/regtests
ciceron
as Stephane Carrez
More... over 15 years ago
Add Query_Info and Read_Query to load a query definition from an XML file - define the XML mapping for loading an XML query file - new procedure Read_Query to read an XML file and get the SQL query
ciceron
as Stephane Carrez
More... over 15 years ago
Move the XML model files in 'db' Update the command to re-build the model files Fix style
ciceron
as Stephane Carrez
More... over 15 years ago
Fix indentation and add some comments
ciceron
as Stephane Carrez
More... over 15 years ago
Add empty dirs and update svn:ignore
ciceron
as Stephane Carrez
More... over 15 years ago
Disable sqlite module until it is integrated
ciceron
as Stephane Carrez
More... over 15 years ago
Ignore some generated files
ciceron
as Stephane Carrez
More... over 15 years ago
Update config.sub to a newer version
ciceron
as Stephane Carrez
More... over 15 years ago