From: Justin B. <jgb...@gm...> - 2008-04-04 15:09:55
|
On Thu, Apr 3, 2008 at 10:32 PM, Peter Gammie <pe...@gm...> wrote: > Sorry, the problem has been debugged out of existence, so I no longer know > what precisely the problem was. In my case the SQL was definitely incorrect. > I still have that (I think) if you want to see it. Please! > Bjorn: I've added parameterised executions and queries to HSQL and > HSQL/PostgreSQL. Do you want these patches? One advantage is that one does > not need to do any string escaping. I just submitted a patch that allows parameters to be used in queries, but I didn't do any work on actually executing them (since I am only intersted in the generated SQL). I'm also using HDBC over HSQL. However, maybe my patch will work for you? If both are accepted I'd be willing to try and get them working together ... Justin |