gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r280 - GNUnet/src/applications/sqstore_sqlite
Date: Wed, 16 Feb 2005 14:10:38 -0800 (PST)

Author: grothoff
Date: 2005-02-16 14:10:38 -0800 (Wed, 16 Feb 2005)
New Revision: 280

Modified:
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
some comments and a tiny fix

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2005-02-16 22:08:28 UTC 
(rev 279)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2005-02-16 22:10:38 UTC 
(rev 280)
@@ -24,7 +24,12 @@
  * @author Nils Durner
  * @todo Estimation of DB size
  * @todo Apply fixes from MySQL module
- * 
+ * @todo can't we avoid the escaping/unescaping of the data/hash? (MySQL 
prepared
+ *       statements certainly don't need it)
+ * @todo testcase currently fails 
+ *        ("ERROR: 'precompiling' failed at sqlite.c:379 
+ *         with error: near "from": syntax error")
+ *
  * Database: SQLite
  */
 
@@ -390,7 +395,7 @@
     return NULL;    
   }
     
-  MUTEX_CREATE_RECURSIVE(&dbh->DATABASE_Lock_);  
+  MUTEX_CREATE(&dbh->DATABASE_Lock_);  
 
   api.getSize = &getSize;
   api.put = &put;





reply via email to

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