]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add MINVALUE support to Sequence()
authorjakeogh <github.com@v6y.net>
Sat, 27 Jun 2015 08:40:44 +0000 (08:40 +0000)
committerjakeogh <github.com@v6y.net>
Sat, 27 Jun 2015 08:40:44 +0000 (08:40 +0000)
commitf31c288b65281511338c518bdf7fbe78c985af58
treebc78981b9d3da06544571b4447f8054b16f1e714
parentfcb7c784e9479b9bff7de20c41a05bc1aa550ffb
add MINVALUE support to Sequence()
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/schema.py
test/sql/test_defaults.py