]> 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:29 +0000 (19:00 -0400)
commit5ae388b0773cb95f5e4e9487433a0e81e5bf8cd3
treef4131926ed1331f246787d93d4522dc3449b86be
parentcf1ac72bca8b0bc28e09cdb4cdf052bcf82e5076
- 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