Ian, why use sqlStringReplace and _[lL]ikeQuoted? Why
not import and use quoting/escaping functions from
low-level DB API modules? At least where they are
avalable at all...
Why not import DB API exceptions from those modules and
reexport them as SQLObject exceptions?
Logged In: YES
user_id=4799
Or use format/pyformat/etc paramstyle from DB API 2.
Logged In: YES
user_id=4799
The work is going on in the branch:
svn://colorstudy.com/home/phd/SQLObject/paramstyles