]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added documentation. Changed my mind - added get_foreign_table_names() only to PGInsp...
authorRodrigo Menezes <rodrigo.menezes@moat.com>
Fri, 5 Sep 2014 17:54:48 +0000 (13:54 -0400)
committerRodrigo Menezes <rodrigo.menezes@moat.com>
Fri, 5 Sep 2014 17:54:48 +0000 (13:54 -0400)
commitfd2faa9bc2c6d2d1b0b8e1738f0bce21e2527bb0
tree150e1e77ee0a139d54b0363751e575aa078c43f2
parent619b0be0ce05c394613d8565c08c09cac10cdd88
Added documentation. Changed my mind - added get_foreign_table_names() only to PGInspect and not in the Dialect. Added tests for PGInspect and removed a bunch of the old test scaffolding.
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/testing/requirements.py
test/dialect/postgresql/test_reflection.py