fix the sqlite3_bind() for query-by-name, the wildcards '%'
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 16 Aug 2007 20:31:41 +0000 (20:31 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 16 Aug 2007 20:31:41 +0000 (20:31 +0000)
commitfc45e654796d87e47521ba7d193ceca78e34d494
treed98e73440c0be9cb2ca3f65750864945b6d95d48
parent7c8207b6aa358c13f3755d1d9d8b68bf0620d110
fix the sqlite3_bind() for query-by-name, the wildcards '%'
 must be part of the value, not the sql statement
 see http://archives.devshed.com/forums/databases-124/problem-when-binding-with-like-1077713.html
zypp/cache/ResolvableQuery.cc