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 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

