]> 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:06:33 +0000 (14:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Mar 2011 18:06:33 +0000 (14:06 -0400)
commit798339430a7657023188364c3ead0bcce56abd6b
tree49ddad95665f4aeb0cc3216e91a4bd665ca7875e
parentb1b8e7defd7ee0d3d6d32d16a412a75b1c93ed0d
- 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