[Sqlalchemy-tickets] Issue #3347: 1.0.0b4: Eager-loading options result in wrong query (zzzeek/sqla
Brought to you by:
zzzeek
|
From: Gabor G. <iss...@bi...> - 2015-03-30 09:32:23
|
New issue 3347: 1.0.0b4: Eager-loading options result in wrong query https://bitbucket.org/zzzeek/sqlalchemy/issue/3347/100b4-eager-loading-options-result-in Gabor Gombas: Hi, The attached example runs fine with 0.9.7, but generates a wrong sub-select with 1.0.0b3: (SELECT dns_record_1.id AS dns_record_1_id, branch_1.id AS branch_1_id, branch_1.name AS branch_1_name FROM dns_record AS dns_record_1 JOIN branch AS branch_1 ON branch_1.id = host.branch_id, host) |