projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d4315
)
removed LIMIT expression from DELETE stmt. See http://sqlite.org/syntaxdiagrams.html...
author
xrs
<xrs@mail36.net>
Wed, 19 Apr 2017 07:38:28 +0000
(09:38 +0200)
committer
xrs
<xrs@mail36.net>
Wed, 19 Apr 2017 07:38:28 +0000
(09:38 +0200)
src/datastore/plugin_datastore_sqlite.c
patch
|
blob
|
history
diff --git
a/src/datastore/plugin_datastore_sqlite.c
b/src/datastore/plugin_datastore_sqlite.c
index bcaf27d993acf85ade455ba9e7932d3b2d43bc7d..323c038566355ad272cf6625552c5b7f6e4bf951 100644
(file)
--- a/
src/datastore/plugin_datastore_sqlite.c
+++ b/
src/datastore/plugin_datastore_sqlite.c
@@
-427,8
+427,7
@@
database_setup (const struct GNUNET_CONFIGURATION_Handle *cfg,
sq_prepare (plugin->dbh,
"DELETE FROM gn090 "
"WHERE hash = ? AND "
- "value = ? "
- "LIMIT 1",
+ "value = ? ",
&plugin->remove)) ||
false)
{