| - Keep the query file name unmodified - Store the query absolute path resolved by Find_File_Path in a separate field |
|
More...
|
over 14 years ago
|
| - Fix memory leak: change implementation to use an indefinite hash and avoid allocating dynamically the key String |
|
More...
|
over 14 years ago
|
| Fix typo in README |
|
More...
|
over 14 years ago
|
| Do not register the driver if it is already registered |
|
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 |
|
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 |
|
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 |
|
More...
|
over 14 years ago
|
| Indicate the SQLite support improvement |
|
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 |
|
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 |
|
More...
|
over 14 years ago
|
| Update unit tests to avoid a direct dependency to AUnit |
|
More...
|
over 14 years ago
|
| If the update query failed, don't fetch the affected rows |
|
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 |
|
More...
|
almost 15 years ago
|
| Fix column index for the Get_Result function |
|
More...
|
almost 15 years ago
|
| Use Mysql_Fetch_Field_Direct which is faster |
|
More...
|
almost 15 years ago
|
| Clear the reference to the query info when a new query is found |
|
More...
|
almost 15 years ago
|
| New function Find_Query to find a query by its name |
|
More...
|
almost 15 years ago
|
| New function Is_Inserted to check if an object has a primary key |
|
More...
|
almost 15 years ago
|
| Update svn:ignore |
|
More...
|
almost 15 years ago
|
| Fix parameters for XML queries - Set the query parameters for the XML query |
|
More...
|
almost 15 years ago
|
| New procedure Bind_Param to setup a query parameter with an Entity_Type associated with a given table |
|
More...
|
almost 15 years ago
|
| Preparation for next release |
|
More...
|
almost 15 years ago
|
| Update the clean target |
|
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 |
|
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 |
|
More...
|
almost 15 years ago
|
| Change entity name length to 127 |
|
More...
|
almost 15 years ago
|
| Rebuild the model files |
|
More...
|
almost 15 years ago
|
| Use lower case letter for table and columns |
|
More...
|
almost 15 years ago
|
| Fix configuration of MySQL support on Windows |
|
More...
|
almost 15 years ago
|
| Add the win32 directory in the tarball |
|
More...
|
almost 15 years ago
|