Open GoogleCodeExporter opened 8 years ago
Interesting. I notice now that the documentation for the oracle identifier
casing
doesn't appear in the 0.5 docs, so perhaps this problem goes away with
sqlalchemy 0.6.
Original comment by jaraco%jaraco.com@gtempaccount.com
on 28 Mar 2010 at 12:20
It appears that sqlalchemy-migrate doesn't work with sqlalchemy-0.6. Any
suggestions
on getting the above migration to work under Oracle? I presume I could
reference the
table name as Table('DOCUMENTS'), but this would break the definition in all
other
DBMSs, so isn't an option in our real-world definition.
Original comment by jaraco%jaraco.com@gtempaccount.com
on 28 Mar 2010 at 12:27
Indeed, migrate does not handle special case-sensitivity for oracle. SQLAlchemy
0.6
support is planned.
Original comment by iElect...@gmail.com
on 20 Apr 2010 at 7:51
SQLAlchemy 0.6.x and 0.7.x is supported now. I would appreciate feedback for
this issue from a Oracle user with a current SQLAlchemy and sqlalchemy-migrate
version.
Original comment by jan.ditt...@gmail.com
on 28 Oct 2011 at 9:08
Original issue reported on code.google.com by
jaraco%jaraco.com@gtempaccount.com
on 28 Mar 2010 at 12:14Attachments: