gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30013 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r30013 - gnunet/src/namestore
Date: Tue, 8 Oct 2013 22:20:58 +0200

Author: grothoff
Date: 2013-10-08 22:20:58 +0200 (Tue, 08 Oct 2013)
New Revision: 30013

Modified:
   gnunet/src/namestore/plugin_namestore_postgres.c
Log:
fixed #2987 -- at least the testcases now pass

Modified: gnunet/src/namestore/plugin_namestore_postgres.c
===================================================================
--- gnunet/src/namestore/plugin_namestore_postgres.c    2013-10-08 19:55:45 UTC 
(rev 30012)
+++ gnunet/src/namestore/plugin_namestore_postgres.c    2013-10-08 20:20:58 UTC 
(rev 30013)
@@ -222,7 +222,7 @@
       (GNUNET_OK !=
        GNUNET_POSTGRES_prepare (plugin->dbh,
                                "store_records",
-                               "INSERT INTO ns097records (zone_private_key, 
pkey, value, record_count, record_data, label) VALUES "
+                               "INSERT INTO ns097records (zone_private_key, 
pkey, rvalue, record_count, record_data, label) VALUES "
                                 "($1, $2, $3, $4, $5, $6)", 6)) ||
       (GNUNET_OK !=
        GNUNET_POSTGRES_prepare (plugin->dbh,




reply via email to

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