|
From: Markus H. <mar...@mh...> - 2009-10-21 22:01:39
|
Hi, João Henrique Freitas writes: > Unfortonaly, sqlite3 treats 'the_char' as type 3 and not type 1 and > the tests have fail. I suspect we have a bug here (sqlite3 driver). > You were right indeed, the sqlite3 driver contained a bug in the statement parser which tries to find table names. Returning no table name for some of the queries in the tests wreaked havoc on the results. I've fixed this bug in HEAD and in the Branch-2009-10-12-cgreen branch. I now get: Completed "libdbi framework test": 385 passes, 0 failures, 0 exceptions. Please let me know if things are back to normal on your platform as well. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 |