]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add an impl for Enum to Oracle which has subclassing requirements
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Feb 2016 18:36:45 +0000 (13:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Feb 2016 18:36:45 +0000 (13:36 -0500)
commitfd07c22e6e104b2d8f295e2e4a8ca19d7f218513
treea2039bdb940e60e1ece671abf723ababb261b987
parent93c5328e66d8491e73027f6e789df2255c4fa767
- add an impl for Enum to Oracle which has subclassing requirements
on unicode.   Enum would be better as a TypeDecorator
at this point but then that becomes awkward with native enum
types (Interval works that way, but we don't need the bind_processor for
native interval...)
lib/sqlalchemy/dialects/oracle/cx_oracle.py