server/test/unittest_rql2sql.py
changeset 3447 0a0f8df4a2f7
parent 3245 7ef021ac8dec
child 3524 a3431f4e2f40
equal deleted inserted replaced
3446:fc5055a09550 3447:0a0f8df4a2f7
    32 
    32 
    33 config = TestServerConfiguration('data')
    33 config = TestServerConfiguration('data')
    34 config.bootstrap_cubes()
    34 config.bootstrap_cubes()
    35 schema = config.load_schema()
    35 schema = config.load_schema()
    36 schema['in_state'].inlined = True
    36 schema['in_state'].inlined = True
       
    37 schema['state_of'].inlined = False
    37 schema['comments'].inlined = False
    38 schema['comments'].inlined = False
    38 
    39 
    39 PARSER = [
    40 PARSER = [
    40     (r"Personne P WHERE P nom 'Zig\'oto';",
    41     (r"Personne P WHERE P nom 'Zig\'oto';",
    41      '''SELECT P.cw_eid
    42      '''SELECT P.cw_eid