Re: [SQLObject] Re: Know bugs in Firebird
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: James R. <jcr...@ya...> - 2003-09-28 20:09:51
|
--- Ian Sparks <ia...@et...> wrote: > It occured to me in the few hours working with > SQLObject that there are a > number of simple ways to break it. Two things that > would help novices would > be a list of reserved words for each DB and a > "__MaxIdentifierLength" > property (31chars for Interbase as I recall, > James?). Remedy could be > failure or name-mangling. Whatever, some warning > would be nice. That is correct. The RDB$RELATIONS table has RDB$RELATION_NAME (the field where the field name is stored) defined as char(31). I think this may have changed in 1.5, though. James __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |