]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add reflection of PostgreSQL index access methods (USING clause)
authorPete Hollobon <phollobon@renshawbay.com>
Thu, 4 Jun 2015 15:45:41 +0000 (16:45 +0100)
committerPete Hollobon <phollobon@renshawbay.com>
Thu, 4 Jun 2015 15:45:41 +0000 (16:45 +0100)
commitaf19435b9c1cec28d0ac93aa832b45601af51597
tree06fbb33f1b5eed5dee47be44aff0f950cbffac53
parentb03ee45f32e53416ce1c73fa15966db17ed4bbf9
Add reflection of PostgreSQL index access methods (USING clause)
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py