]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- further refine this so that the ordering of columns is maintained as
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Jan 2014 23:14:02 +0000 (18:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Jan 2014 23:14:02 +0000 (18:14 -0500)
commit417aeaf1453c67130fb8f1a2bb21c38e6795ce25
tree0dd3a43dd183e9619a7f0cc84b8a5623495d84e5
parent49f1807f8f2acea5494fa77d217dce813a933147
- further refine this so that the ordering of columns is maintained as
sent to the primary key constraint; existing tests in the PG dialect
confirm this.
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/sql/schema.py