Is it possible to use binds with the .query operator?

Spefically, I'd like to do something like:

   db.query("select t_item.item_description from t_item where item.item_name
= ?",s_item_name);

-Tim
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to