Project

General

Profile

« Previous | Next » 

Revision 2255

sql.py: mk_select(): joins: Fixed bug where joins dict was being modified without first being copied, causing the input value to be modified

View differences:

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