From: Edmund L. <el...@in...> - 2002-09-18 05:56:40
|
On 09/17/2002 02:40:37 AM Gerhard wrote: >There is a solution in current pyPgSQL, but it isn't very nice: You >can't use DB-API style quoting, but you need to use pyPgSQL's _quote() >function and construct the query string yourself: Thank you (and thanks to Mike Watkins too) for your reply. It is as I suspected, a messy affair to get arguments to the backend for the 'in' operator. Hmmm... Looks like all the other DB API modules like psycopg have the same difficulty with the 'in' operator too! ...Edmund. |