Re: [Refdb-devel] parentheses in keywords
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mar...@mh...> - 2004-01-31 00:52:54
|
rob caSSon writes: > okay...i think i'm hitting something different now, and may have tracked > down what is the real problem; when i execute the above query from the > refdbc shell, i get the expected results, but when i do this from bash: > > refdbc -C getref ":KW:='52-67-5 \(Penicillamine\)'" > Ah, this is a different story. Bash eats the double quotes so refdbc will never see them. This one works, though: refdbc -C getref "\":KW:='52-67-5 \(Penicillamine\)'\"" In any case, I feel the missing closing paren is a bug in the query parser. It should work with less quoting. I'll investigate this. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |