it doesn't? cx_oracle supports Py3K fully, do you have a link for
where it fails to work on Oracle 9 ? It's all just OCI and it
builds against whatever oracle client libs you have.
we don't have a dialect for that right now. You can make one,
though it might have lots of issues as pyodbc is a difficult driver
to work with in general and might not have support for many features
of the Oracle database, typically this regards poor handling of
datatypes (things like unicode, etc.).
I've attached the most rudimentary dialect possible for this. If
you were to "import oracle_pyodbc", you would then have available an
engine URL like create_engine("oracle+pyodbc://user:pass@DSN").
I don't have an environment set up to interface ODBC to Oracle here
and while this dialect should be able to make a successful
connection, it might fail very quickly afterwards.
Send me more detail about the Python3/cx_oracle/9i thing.
--
You received this message because you are subscribed to the Google
Groups "sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to sqlalchemy+...@googlegroups.com.
To post to this group, send email to sqlal...@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.