[Refdb-devel] Percent signs in queries (Bug #861419)
Status: Beta
Brought to you by:
mhoenicka
From: Michael S. <sm...@xm...> - 2003-12-17 12:14:19
|
Markus Hoenicka <mar...@mh...> writes: [...] > Finally, if I use sqlite as a backend (as I did in my preliminary test > yesterday), all queries for partial strings require a '%'. E.g. to > find the author entry 'Walsh,N.', you'll either have to type the full > string or use 'Walsh%'. However, the percent sign is interpreted > by a format call before it is sent to refdbc, and Emacs complains > about not getting enough arguments. Can you work around this issue? I opened up bug #861419 for this http://sourceforge.net/tracker/index.php?func=detail&aid=861419&group_id=26091&atid=385991 And fixed it in v1.3. Please update your sandbox and let me know if it works as expected now. I'm only testing with the Postgres backend, and that supports full regex syntax instead of the SQL percent-sign stuff (as far as I can know), so I can't test myself whether queries with percent-signs work as expected. But I pretty sure that now that percent signs should be getting passed through to refdbc verbatim, without Emacs choking on them or munging them. --Mike |