]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Join object wasnt exporting foreign keys correctly
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Feb 2006 06:13:16 +0000 (06:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Feb 2006 06:13:16 +0000 (06:13 +0000)
commit52396072d0971086321d2908575a2e6b7d067ba3
treeb86b119917fcd786ac3024c9c7b3ea7c73befe9c
parent4d78d5f3ab1bc5b4d41f086fecc5acc36ead45af
Join object wasnt exporting foreign keys correctly
compile_synchronizers in PropertyLoader needed to take into account the full list of tables for each mapper when looking for synchronization rules, not just primary table
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/sql.py