1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Keep the query file name unmodified - Store the query absolute path resolved by Find_File_Path in a separate field
ciceron
as Stephane Carrez
More... over 14 years ago
- Fix memory leak: change implementation to use an indefinite hash and avoid allocating dynamically the key String
ciceron
as Stephane Carrez
More... over 14 years ago
Fix typo in README
ciceron
as Stephane Carrez
More... over 14 years ago
Do not register the driver if it is already registered
ciceron
as Stephane Carrez
More... over 14 years ago
Refector Entity_Type management and internal ADO.Model package - Remove the Entity_Type_Ref type which was internal and bring complexity Force to use the ADO.Entity_Type type number instead. - Change Sequence_Ref to avoid inheriting from Object_Ref. This solves a circular dependency with ADO.Objects and a compiler crash with gcc 4.6.2 - Simplify the Sequence_Ref implementation to what is strictly necessary
ciceron
as Stephane Carrez
More... over 14 years ago
Escape sqlite reserved keywords - Define list of SQLite keywords - Generate a perfect hash function which ignore the case using that list - Define the SQLite dialect and use it when creating a query
ciceron
as Stephane Carrez
More... over 14 years ago
Escape the mysql reserved keywords - Implement the MySQL dialect to escape correctly the MySQL reserved keywords - Setup the MySQL Dialect when creating a query - New procedure Set_Dialect to setup the query dialect used - Re-build the model files - Update the unit tests to use a reserved MySQL keyword
ciceron
as Stephane Carrez
More... over 14 years ago
Indicate the SQLite support improvement
ciceron
as Stephane Carrez
More... over 14 years ago
Support to configure the SQLite connection - When opening an SQLite connection, use the connection properties to configure the SQLite database by using SQLite PRAGMA commands. Each property passsed in the connection string represents a PRAGMA to setup on the connection. - For the unit tests, setup the synchronous=OFF configuration
ciceron
as Stephane Carrez
More... over 14 years ago
Testsuite improvement - Add a test class name for each test group - Run the unit tests with a MySQL prefix or a SQLite prefix to distinguish and be able to merge test results in Jenkins
ciceron
as Stephane Carrez
More... over 14 years ago
Update unit tests to avoid a direct dependency to AUnit
ciceron
as Stephane Carrez
More... over 14 years ago
If the update query failed, don't fetch the affected rows
ciceron
as Stephane Carrez
More... almost 15 years ago
Support to optimize update of record fields - Provide several Set_Field_XXX procedure to check if a new field value is different and update the record only if the field is assigned a new value
ciceron
as Stephane Carrez
More... almost 15 years ago
Fix column index for the Get_Result function
ciceron
as Stephane Carrez
More... almost 15 years ago
Use Mysql_Fetch_Field_Direct which is faster
ciceron
as Stephane Carrez
More... almost 15 years ago
Clear the reference to the query info when a new query is found
ciceron
as Stephane Carrez
More... almost 15 years ago
New function Find_Query to find a query by its name
ciceron
as Stephane Carrez
More... almost 15 years ago
New function Is_Inserted to check if an object has a primary key
ciceron
as Stephane Carrez
More... almost 15 years ago
Update svn:ignore
ciceron
as Stephane Carrez
More... almost 15 years ago
Fix parameters for XML queries - Set the query parameters for the XML query
ciceron
as Stephane Carrez
More... almost 15 years ago
New procedure Bind_Param to setup a query parameter with an Entity_Type associated with a given table
ciceron
as Stephane Carrez
More... almost 15 years ago
Preparation for next release
ciceron
as Stephane Carrez
More... almost 15 years ago
Update the clean target
ciceron
as Stephane Carrez
More... almost 15 years ago
Fix XML queries when a database driver is not supported - If a database driver is not supported, ignore the XML SQL query that reference such driver - Fix unit test in case MySQL is not supported
ciceron
as Stephane Carrez
More... almost 15 years ago
Fix unit tests compilation when MySQL is not available - Move the MySQL specific tests in regtests/mysql - Run the MySQL specific tests if MySQL is supported
ciceron
as Stephane Carrez
More... almost 15 years ago
Change entity name length to 127
ciceron
as Stephane Carrez
More... almost 15 years ago
Rebuild the model files
ciceron
as Stephane Carrez
More... almost 15 years ago
Use lower case letter for table and columns
ciceron
as Stephane Carrez
More... almost 15 years ago
Fix configuration of MySQL support on Windows
ciceron
as Stephane Carrez
More... almost 15 years ago
Add the win32 directory in the tarball
ciceron
as Stephane Carrez
More... almost 15 years ago