Re: [sqlalchemy] (cx_Oracle.DatabaseError) ORA-00972

2021-03-22 Thread Mike Bayer
can you please include the SQLAlchemy version and Oracle version in use? as well as an example Table model. These issues should be resolved for Oracle, the label names are truncated automatically. On Mon, Mar 22, 2021, at 8:28 AM, Aurèle Durand wrote: > Hello, > > SqlAchemy automatically

[sqlalchemy] (cx_Oracle.DatabaseError) ORA-00972

2021-03-22 Thread Aurèle Durand
Hello, SqlAchemy automatically specify the table name in front of columns and thus my query parameters are too long and I get the "(cx_Oracle.DatabaseError) ORA-00972" error on Oracle. For example if my table name is "TABLE_NAME_TOO_LONG" and my columns are "id" and "name" a request will look