[Sqlalchemy-tickets] Issue #3313: Identyfier to long in Oracle (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Michał K. <iss...@bi...> - 2015-02-27 13:28:54
|
New issue 3313: Identyfier to long in Oracle https://bitbucket.org/zzzeek/sqlalchemy/issue/3313/identyfier-to-long-in-oracle Michał Kaczmarek: Hi, I've got a problem with oracle tables. Identifier is too long, because my tables have long names and column names are also long so when identyfier is created it's more than 30 characters long. Is any posibility to work with that without changing table and column names? Maybe by add param label() on Column()? Best regards Michał |