mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-12 03:38:35 -04:00
7bc66ca364
Deprecate Oracle only parameters :paramref:`_schema.Sequence.order`, paramref:`_schema.Identity.order` and :paramref:`_schema.Identity.on_null`. They should be configured using the dialect kwargs ``oracle_order`` and oracle_on_null``. Fixes: #10247 Change-Id: I124a16c9a482745e6f15669008968284fc435998