Open GoogleCodeExporter opened 9 years ago
>>>
"SCHEMA".table."column" AS "SCHEMA_table_column"
<<<
Above sql snippet is not wrong for reserve words.
You are getting error this error since your table is not created by SQLAlchemy,
and while creating table you have not quoted reserve words column name
properly, you can eliminate this error by using uppercase column name.
Original comment by rahul.pr...@in.ibm.com
on 8 Sep 2014 at 6:22
Original issue reported on code.google.com by
XcepticZoki@gmail.com
on 7 Sep 2014 at 1:17