  | |  | bk commit - MyODBC 3.51 (1.466) | bk commit - MyODBC 3.51 (1.466) 2005-04-06 - By Dean Ellis
Back Below is the list of changes that have just been commited into a local MyODBC 3.51 repository of 'dellis'. When 'dellis' does a push, they will be propogaged to the main repository and within 2 hours after the push into the public repository.
For more information on how to access the public repository see: http://www.mysql.com/products/myodbc/faq_2.html#Development_source
You can also browse the changes from public repository: Complete repository: http://mysql.bkbits.net:8080/myodbc3/ This changeset : http://mysql.bkbits.net:8080/myodbc3/cset@(protected)
ChangeSet 1.466 05/04/06 13:35:28 dean@(protected) +1 -0 catalog.c: Escape column names in mysql_list_dbcolumns() (BUG#9539)
driver/catalog.c 1.44 05/04/06 13:27:09 dean@(protected) +1 -1 Escape column names in mysql_list_dbcolumns() (BUG#9539)
# This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: dean # Host: niflheim.lan # Root: /home/dellis/mysqlab/bk/myodbc-3.51
--- 1.43/driver/catalog.c 2005-02-11 02:30:57 -06:00 +++ 1.44/driver/catalog.c 2005-04-06 13:27:09 -05:00 @@ -662,7 +662,7 @@ } to= strxmov(select,"SELECT ",NullS); while (row= mysql_fetch_row(result)) - to= strxmov(to, to, row[0], ",",NullS); + to= strxmov(to, to, "`", row[0], "`,",NullS); *(to-1)= '\0'; if (valid_input_parameter(TableQualifier))
-- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc?unsub=mysql@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |