From: Oleg B. <ph...@ma...> - 2004-11-22 12:14:48
|
Helo, 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? Or use format/pyformat/etc paramstyle from DB API 2. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |