mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-11 10:00:01 -04:00
22b3181866
through ``encode()``, as this is not valid on Python 3, and prevented statements from functioning correctly on Python 3. We now encode only if ``supports_unicode_binds`` is False, which is not the case for cx_oracle when at least version 5 of cx_oracle is used.