Jim Jewett wrote:

>     def foo(d: sqlDriver):
>         s = SQLTemplate("select template goes here", args=(param1, param2))
>         r = d.query(s)

I know it's just an example, but SQL really isn't the
best thing to be talking about here, because you
should be using parameterised queries instead of
quoting when dealing with SQL.

--
Greg
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to