Re: [Haskell-cafe] placeholders in hsql

2008-02-25 Thread Justin Bailey
I don't know about hsql, but I have some patches that add parametes to haskelldb. I'd be glad to send them along but I couldn't offer much support. 2008/2/24 Roman Cheplyaka <[EMAIL PROTECTED]>: > Is there an ability to use placeholders in SQL statement using hsql? > (Actually I'm interested in S

[Haskell-cafe] placeholders in hsql

2008-02-24 Thread Roman Cheplyaka
Is there an ability to use placeholders in SQL statement using hsql? (Actually I'm interested in SQLite.) E.g. "INSERT INTO sales (product_code, qty, price) VALUES (?, ?, ?)" and then supply values that will be escaped and inserted in place of each '?'. -- Roman I. Cheplyaka :: http://ro-che.inf