<div dir="ltr">Nevermind, that seems to be what prepared statements do.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 14, 2015 at 9:34 AM, Sean Kanaley <span dir="ltr"><<a href="mailto:skanaley@gmail.com" target="_blank">skanaley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello All,<div><br></div><div>I would like to query based on an incoming hash (with help of json library), but I don't see a built-in way to generate query needed. There is a rows->dict but I don't see either a dict->where-clause or at least whatever query uses in that dollar sign magic to convert Racket-val->SQL-string.</div><div><br></div><div>Currently I have a function which takes a hash and makes "<col1>=$1 <boolean> <col2>=$2..." so I can then do something like (apply query <the above string> <the vals returned by that same function as it built that string>). It would be nice and probably more efficient if the value could just be spliced in while I build the string to begin with, but it seems like only query has such dollar sign conversion power available.</div><div><br></div><div>Am I missing something?</div></div>
</blockquote></div><br></div>