]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reorganized and re-documented Oracle schema tests to assume
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Jan 2010 20:32:45 +0000 (20:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Jan 2010 20:32:45 +0000 (20:32 +0000)
commit2b1937a31e5b5d8de56f266ec7692a3d0dd90976
tree945c6b38c7dca2c7dd65bcd9fd2af2beae553286
parent15bc27bfb7d881a1832f098da79e2407f7479dcd
- reorganized and re-documented Oracle schema tests to assume
test user has DBA privs, and all objects can be created /dropped.
- added ORDER BY to oracle column listing
- Oracle all_tables always limits to current user if schema not given.
- views reflect - added documentation + a unit test for this.
- Table(autoload) with no bind produces an error message specific to
the fact that autoload_with should be the first option to try.
CHANGES
README.unittests
doc/build/metadata.rst
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/schema.py
test/dialect/test_oracle.py
test/engine/test_reflection.py