X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=4b16c13363afc310e6ce2159df04ead8cced3fa8;hp=86f7b49928705a35c843bda831742922634347f3;hb=71c68c68c83c7dce7fb5e6243baa365f28f70ebe;hpb=92cad9a9410b8e481987b90cc4f5edd8cc85e7ce diff --git a/ChangeLog b/ChangeLog index 86f7b49..4b16c13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2014-07-29 Russ Tyndall + * mysql-api.lisp, mysql-sql.lisp, test-connection.lisp + Added code to the mysql backend to pull all result sets as + multiple args. This fixes a bug in the mysql backend where trying + to query after executing a stored procedure (even on a pooled + connection) would raise an error about the connection being out of + sync. The second result set for the stored procedure seems to be + empty, so not sure why we need to iterate past it. + + patch / bugreport provided by: Ilya Khaprov deadtrickster@github + 2014-06-11 Russ Tyndall * databases.lisp, sqlite3-sql.lisp Similar to and overriding the patch 2014-01-30 937a3d, adds a