]> Some of my projects - localmylist.git/commit
Fix possible crash in Database::exec().
authorAPTX <marek321@gmail.com>
Mon, 15 Apr 2013 19:25:03 +0000 (21:25 +0200)
committerAPTX <marek321@gmail.com>
Mon, 15 Apr 2013 19:25:03 +0000 (21:25 +0200)
commit7e3a1cedf783b908e0442f2a2e4091b2fc1974ff
treebadd5cbfcf5630ffae72da9cee18e8cb356c602b
parent9d95874a016d5bb6668537161b62f9ae6dde6980
Fix possible crash in Database::exec().

Disconnecting clears all prepared statements so a query passed to exec might would invalid.
localmylist/database.cpp