[Sqlalchemy-commits] commit/sqlalchemy: davidm42: Add support for CACHE and ORDER to sequences
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-07-06 13:04:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/acabfc72ad79/ Changeset: acabfc72ad79 Branch: rel_1_1 User: davidm42 Date: 2017-07-05 20:23:13+00:00 Summary: Add support for CACHE and ORDER to sequences Added new keywords :paramref:`.Sequence.cache` and :paramref:`.Sequence.order` to :class:`.Sequence`, to allow rendering of the CACHE parameter understood by Oracle and PostgreSQL, and the ORDER parameter understood by Oracle. Pull request courtesy David Moore. Change-Id: I082c3f8ef56ef89dbaad5da9d5695be5313b0614 Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/96 (cherry picked from commit faa6609dac2ce6e55e0f690df3ba88c13133ec5c) Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |