On Mon, Jul 10, 2006 at 12:38:26PM +0200, Almad wrote:
> Is it possible that SQLObject do not escape column names?
SQLObject never escapes column names, but you can try to trick it:
class MyTable(SQLObject):
password = StringCol(dbName="`password`")
or
password = StringCol(dbName="password_")
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss