]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add NO MINVALUE and NO MAXVALUE support to Sequence()
authorjakeogh <github.com@v6y.net>
Sat, 27 Jun 2015 18:48:46 +0000 (18:48 +0000)
committerjakeogh <github.com@v6y.net>
Sat, 27 Jun 2015 18:48:46 +0000 (18:48 +0000)
commit85ebe01349e0b4314d9e25cacc6701d6fed7b87e
tree051d0ba290a3f5407922b86cc2c0de3eae0d849b
parentad7caa69884bddf6f35da2facc516ab08904c71e
add NO MINVALUE and NO MAXVALUE support to Sequence()
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/schema.py
test/sql/test_defaults.py