this needs to be applied to HEAD in order for sqlite to even work.

after this, it DOES work with Thunderbird

-- 
Internet Connection High Quality Web Hosting
http://www.internetconnection.net/
Index: sqlite/dbsqlite.c
===================================================================
RCS file: /cvsroot-dbmail/dbmail/sqlite/dbsqlite.c,v
retrieving revision 1.3
diff -u -r1.3 dbsqlite.c
--- sqlite/dbsqlite.c	2005/02/19 08:47:34	1.3
+++ sqlite/dbsqlite.c	2005/03/01 00:31:21
@@ -42,7 +42,7 @@
 
 /* native format is the character string */
 const char *TO_CHAR = "%s";
-const char *TO_DATE = "%s";
+const char *TO_DATE = "'%s'";
 
 const char *SQL_CURRENT_TIMESTAMP = "CURRENT_TIMESTAMP()";
 

Reply via email to