On Thu, May 08, 2008 at 01:04:32PM +0400, Oleg Broytmann wrote:
> On Thu, May 08, 2008 at 10:55:14AM +0200, Petr Jake?? wrote:
> > Yes, there are column names like OID$CENKTGM01, MJ$TYP, AU$VYNOSY,
> > AU$VYNOSY, AU$ZASOBY etc. in the table.
> > The designer of the database is saying such a names are alowed according to
> > the ANSI-92 SQL.
> 
>    SQLObject currently allows only columns that are proper Python identifiers.

   The workaround is like this:

class MyTable(SQLObject):
   column = StringCol(dbName="a$column")

though I am not sure it would help in all cases.

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 the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to