gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2482 - GNUnet/src/applications/sqstore_sqlite


From: grothoff
Subject: [GNUnet-SVN] r2482 - GNUnet/src/applications/sqstore_sqlite
Date: Sat, 11 Mar 2006 13:55:51 -0800 (PST)

Author: grothoff
Date: 2006-03-11 13:55:50 -0800 (Sat, 11 Mar 2006)
New Revision: 2482

Modified:
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
fix

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2006-03-11 20:58:17 UTC 
(rev 2481)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2006-03-11 21:55:50 UTC 
(rev 2482)
@@ -34,7 +34,7 @@
 #include "gnunet_stats_service.h"
 #include <sqlite3.h>
 
-#define DEBUG_SQLITE NO
+#define DEBUG_SQLITE YES
 
 /**
  * Die with an error message that indicates
@@ -1103,7 +1103,7 @@
   else
     *limit_spec = 0;
   
-  sprintf(sel, "SELECT gn_val FROM %s %s %s %s", where, order, limit_spec);
+  sprintf(sel, "SELECT gn_val FROM %s %s %s", where, order, limit_spec);
   
   dbh = getDBHandle();
   MUTEX_LOCK(&db->DATABASE_Lock_);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]