]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
sqlite reflection now stores the actual DefaultClause value for the column.
authorMichael Trier <mtrier@gmail.com>
Fri, 2 Jan 2009 22:40:45 +0000 (22:40 +0000)
committerMichael Trier <mtrier@gmail.com>
Fri, 2 Jan 2009 22:40:45 +0000 (22:40 +0000)
commit6ea3521b45c17b9575232b5a76e9ef76699bcd01
tree5d99da7a7a352750eda360020599e161daa6042f
parent5bc1f17cb53248e7cea609693a3b2a9bb702545b
sqlite reflection now stores the actual DefaultClause value for the column.
CHANGES
lib/sqlalchemy/databases/sqlite.py
test/dialect/sqlite.py