May 22, 2008 | ||
---|---|---|
View 3bbe2e8736
- mysql versions < 5.0 do not support MYSQL_DATA_TRUNCATED patch provided by Alfred E. Heggestad closes SER-377Jan Janak authored on 22/05/2008 13:55:24 |
May 15, 2008 | ||
---|---|---|
View a3c3408f9d
- buffer size increased to 1024 - fixed zero termination of truncated fields (reported by Miklos)Jan Janak authored on 15/05/2008 10:51:19 |
February 14, 2008 | ||
---|---|---|
View 3df2afaa51
- support for 'last_id' getopt, which retrieves the unique id of the last inserted rowJan Janak authored on 14/02/2008 15:40:44 |
February 3, 2008 | ||
---|---|---|
View 905f205ded
- Support for fetching all data to the client at once - Implemented db_setopt and db_getopt support for "fetch_all" command, when set to 1 (default), the client library will fetch all data to client in one step, this behavior can be disabled by setting the parameter to 0.Jan Janak authored on 03/02/2008 19:12:05 |
January 16, 2008 | ||
---|---|---|
View 569418281b
- check_result_columns renamed to check_result - bind_result ignores empty result sets without indicating errorsJan Janak authored on 16/01/2008 15:27:06 |
||
View 03547cefbe
- better check of the return value of mysql_stmt_result_metadataJan Janak authored on 16/01/2008 14:58:46 |
||
View a201f9aee7
- reordered included header files for better detection of missing headers - disable automatic database reconnects, they do not work with pre-compiled statements - error/info/log message cleanup - auto_reconnect module parameter removed - introduced new module parameter retries which controls the number of times queries are tried to execute on server on failuresJan Janak authored on 16/01/2008 14:17:28 |
January 11, 2008 | ||
---|---|---|
View 9006064226
added non equal operator to DB API and mysql moduleNils Ohlmeier authored on 11/01/2008 19:27:11 |
November 15, 2007 | ||
---|---|---|
View 356e43fe98
- a couple of minor bug fixes backported from internal verion - support for "fake NULL" values (strings or integers that will be written in database if the value is NULL) (compile time option) - proper support for raw SQL statements - the possibility to retrieve fields in the result set and their types from the server added (needed for queries like select *).Jan Janak authored on 15/11/2007 17:27:06 |
||
View ae322c06db
- dispose driver-specific driver properly on errorJan Janak authored on 15/11/2007 15:09:01 |
July 13, 2007 | ||
---|---|---|
View ea3fd384c2
- re-submit compiled queries to the server upon reconnect - removed superfluous INFO statements - removed C++ style commentsJan Janak authored on 13/07/2007 08:52:29 |
July 3, 2007 | ||
---|---|---|
View 4ed9aa9ddf
updated update_params() to work with 3 sets of paramsLibor Chocholaty authored on 03/07/2007 15:13:29 |
||
View 1cfdcbfc0d
added common prefix 'mysql:' into INFOsLibor Chocholaty authored on 03/07/2007 15:06:17 |
||
View 904c3cfa03
more descriptive commentsLibor Chocholaty authored on 03/07/2007 14:53:22 |
July 2, 2007 | ||
---|---|---|
View 5650c8c780
removed forgotten abort() from error handler.Libor Chocholaty authored on 02/07/2007 11:04:05 |