]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUE
authorjakeogh <github.com@v6y.net>
Sat, 27 Jun 2015 20:49:46 +0000 (20:49 +0000)
committerjakeogh <github.com@v6y.net>
Sat, 27 Jun 2015 20:49:46 +0000 (20:49 +0000)
commit66b9a71ce7457b618e9040c1c0bbc2dbd1966354
treedebc66cd8a536749d7c7e7ff3145eef1aac1fdcd
parent85ebe01349e0b4314d9e25cacc6701d6fed7b87e
add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUE
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/schema.py
test/sql/test_defaults.py