]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Rewrote the query used to get the definition of a view,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 18:09:25 +0000 (14:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 18:09:25 +0000 (14:09 -0400)
commita6e83ca0faf18c4e30d36b022b1454320f65bcb9
treef645b8543416e4844061d267e44a680fef6a9814
parent85e0054d677f17cc9c9a9f84d957cc7c0be0a6c5
- Rewrote the query used to get the definition of a view,
typically when using the Inspector interface, to
use sys.sql_modules instead of the information schema,
thereby allowing views definitions longer than 4000
characters to be fully returned.  [ticket:2071]
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py