• Jérome Perrin's avatar
    SQLCatalog: keep the order when building query from AST · 4cf01f2d
    Jérome Perrin authored
    When searching for something like for example "A AND B", make sure that
    the AND complex query contains query for ["A", "B"], not ["B", "A"].
    This is probably always equivalent in generated SQL, but this makes
    testing easier.
    
    Revealed by testSQLCatalog.TestSQLCatalog with PYTHONHASHSEED 279 on py2
    4cf01f2d
SQLCatalog.py 93.9 KB