• Jérome Perrin's avatar
    SQLCatalog: keep the order when building query from AST · ea3be761
    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
    ea3be761
SQLCatalog.py 93.8 KB