On May 8, 2007, at 1:49 PM, Roger Demetrescu wrote:
> > Michael, > > > I got some errors (NoSuchColumnError) after upgrading SA from 0.3.6 > to 0.3.7.... > After some research in mailing list history, I found this thread [1]: > > I modified my sqlalchemy/databases/firebird.py : > > ----------------------- > class FBDialect(... > ... > def max_identifier_length(self): > return 31 > ... > ----------------------- > overheard at firebird developer meeting: "hey, whats the longest table names should be ?" "obviously, 31 characters." "hey yeah. 31 does it for me. brilliant !" committed in r2610 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
