Files
sqlalchemy/test/sql
Federico Caselli 7bc66ca364 Change Sequence and Identity oracle only kwargs.
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
2023-11-27 21:44:33 +01:00
..
2021-11-24 22:51:27 -05:00
2023-05-09 20:23:48 -04:00