| Fix mysql detection on Windows |
|
More...
|
almost 15 years ago
|
| Fix configure mysql detection - On Windows, check for the mysql program |
|
More...
|
almost 15 years ago
|
| Fix configuration to run MySQL ADO tests |
|
More...
|
almost 15 years ago
|
| Fix distribution tarball |
|
More...
|
almost 15 years ago
|
| Document the samples |
|
More...
|
almost 15 years ago
|
| Fix compilation warnings |
|
More...
|
almost 15 years ago
|
| Workarround for SQLite - Return the same database connection instance for multiple calls to Create_Connection - Avoid closing the database connection since the instance is shared - This is temporary because: o the SQLite database is never closed, o it is not possible to open several different SQLite databases |
|
More...
|
almost 15 years ago
|
| Use ADO.Statements.Get_Time to implement Get_Time |
|
More...
|
almost 15 years ago
|
| Implement Get_Time for SQLite - Refactory MySQL Get_Time to be able to use it in other drivers - Use it for SQLite statement |
|
More...
|
almost 15 years ago
|
| Fix various compilation warnings |
|
More...
|
almost 15 years ago
|
| Fix name of distribution tarball |
|
More...
|
almost 15 years ago
|
| Update installation notes |
|
More...
|
almost 15 years ago
|
| Update packaging of ADO |
|
More...
|
almost 15 years ago
|
| Column name is in fact in upper case |
|
More...
|
almost 15 years ago
|
| New procedure Bind_Param which accepts an Entity_Type |
|
More...
|
almost 15 years ago
|
| New function Find_Entity_Type that accepts a string |
|
More...
|
almost 15 years ago
|
| Update version to 0.2.0 |
|
More...
|
almost 15 years ago
|
| Change database connection string |
|
More...
|
almost 15 years ago
|
| Document port on Windows |
|
More...
|
about 15 years ago
|
| Archive MySQL Windows libraries - document the DLLs provided in 'win32' directory - add the MySQL libraries because it's a nightmare to build a MySQL Windows application with gcc |
|
More...
|
about 15 years ago
|
| Fix for Windows - Use 'Stdcall' calling convention for Mysql functions. The mysql library pops the arguments when executing the return from function call (ret X) |
|
More...
|
about 15 years ago
|
| Another example for user database |
|
More...
|
about 15 years ago
|
| Run the schema test only for MySQL. |
|
More...
|
about 15 years ago
|
| New function Get_Driver_Name to get the driver name |
|
More...
|
about 15 years ago
|
| Add the Win32 SQLite database library |
|
More...
|
about 15 years ago
|
| Configure the name of MySQL library - use libmysql for Windows and libmysqlclient on linux |
|
More...
|
about 15 years ago
|
| Run the unit tests for SQLite and for MySQL drivers separately - use a specific test configuration file for MySQL and for SQLite - run the tests two times: once for SQLite and once for MySQL |
|
More...
|
about 15 years ago
|
| Mysql configuration file to launch Mysql to create the database tables |
|
More...
|
about 15 years ago
|
| New make target 'create-mysql-tests' to create/update the test database tables |
|
More...
|
about 15 years ago
|
| Define a default database configuration |
|
More...
|
about 15 years ago
|