Revision 2255
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql.py | ||
---|---|---|
486 | 486 |
left_join = False |
487 | 487 |
|
488 | 488 |
# Parse special values |
489 |
joins = joins.copy() # don't modify input! |
|
489 | 490 |
for right, left in joins.items(): |
490 | 491 |
if left is filter_out: |
491 | 492 |
left_join = True |
Also available in: Unified diff
sql.py: mk_select(): joins: Fixed bug where joins dict was being modified without first being copied, causing the input value to be modified