]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Removed a 128-character truncation from the reflection of the
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Oct 2013 23:00:05 +0000 (19:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 Oct 2013 23:00:05 +0000 (19:00 -0400)
commitfff90799098bd14ea68c158c787585f6dec130d4
tree1cdbfe02a8374ac627451e11e3c7508dfb3f15d6
parentca02882c6a0d66562d86bf55d5449a04825fa354
- Removed a 128-character truncation from the reflection of the
server default for a column; this code was original from
PG system views which truncated the string for readability.
[ticket:2844]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py