]> git.pld-linux.org Git - packages/libgda.git/blob - libgda-sqlite.patch
- rel.2.1
[packages/libgda.git] / libgda-sqlite.patch
1 diff -urN libgda-1.2.2.orig/providers/sqlite/gda-sqlite-provider.c libgda-1.2.2/providers/sqlite/gda-sqlite-provider.c
2 --- libgda-1.2.2.orig/providers/sqlite/gda-sqlite-provider.c    2005-09-07 15:50:16.000000000 -0300
3 +++ libgda-1.2.2/providers/sqlite/gda-sqlite-provider.c 2005-10-08 22:03:08.000000000 -0300
4 @@ -261,7 +261,7 @@
5  
6         while ((next = (const gchar *) strchr (next, ';')) != NULL) {
7                 gchar *tmp = g_strndup (remainder, next - remainder + 1);
8 -               if (sqlite_complete (tmp)) {
9 +               if (sqlite3_complete (tmp)) {
10                         string_list = g_slist_prepend (string_list, tmp);
11                         n++;
12                         remainder = (const gchar *) (next + 1);
This page took 0.070534 seconds and 3 git commands to generate.