I've started to work on this: http://svn.colorstudy.com/home/phd/SQLObject/paramstyles/
I use http://svn.colorstudy.com/home/phd/SQLObject/paramstyles/sqlobject/include/DBSingleStyle.py to generate parametrized queries. Look into http://svn.colorstudy.com/home/phd/SQLObject/paramstyles/sqlobject/dbconnection.py to see how it's used. Wanna help with it? On the other hand there are problems with paramterized queries. DB API drivers do all sort of Bad Thiongs, really. For example, pysqlite1 "interprets" a parametrized query by running query % parameters :( And I remember there was a major problem with datetim on psycopg1. Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
