>
> Just declare columns you need and don't use fromDatabase:
>
> class MyTable(SQLObject):
> name = StringCol(dbName="a$name")
> value = IntCol(dbName="the$value")
>
>
Yes, I remember I was trying such a syntax at the begening but SQLObject was
complaining about ID generator and I was not able to solve it.
kinterbasdb.ProgrammingError: (-104, 'isc_dsql_prepare: \n invalid request
BLR at offset 73\n generator GEN_CENKTGM01 is not defined')
(really trying to search the doc etc. and googling a lot before this
posting/reply... sorry).
Petr
-------------------------------------------------------------------------
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