]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- ordering of cols in pks_by_table and cols_by_table is significant;
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Dec 2007 22:04:27 +0000 (22:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Dec 2007 22:04:27 +0000 (22:04 +0000)
commit1c65cb025a1186b1e6a7597ca36b0f44bbc9dea2
tree376b8792aaf354b08f6705c08764e9fbfe758dd8
parentc863f9fdec32b7b2179b423c75a3a4c22cb743dc
- ordering of cols in pks_by_table and cols_by_table is significant;
particularly for pks_by_table the ordering is expected to match the ordering
of pk columns in the table for usage in query.get() as well as identity key
generation
lib/sqlalchemy/orm/mapper.py