Esempio n. 1
0
def test_drops(sql):
    roundtrip(sql)
Esempio n. 2
0
def test_create_schemas(sql):
    roundtrip(sql)
Esempio n. 3
0
def test_create_tables_as(sql):
    roundtrip(sql)
Esempio n. 4
0
def test_create_operators(sql):
    roundtrip(sql)
Esempio n. 5
0
def test_create_sequences(sql):
    roundtrip(sql)
Esempio n. 6
0
def test_create_foreign_data_wrappers(sql):
    roundtrip(sql)
Esempio n. 7
0
def test_create_indexes(sql):
    roundtrip(sql)
Esempio n. 8
0
def test_create_conversions(sql):
    roundtrip(sql)
Esempio n. 9
0
def test_create_databases(sql):
    roundtrip(sql)
Esempio n. 10
0
def test_create_collations(sql):
    roundtrip(sql)
Esempio n. 11
0
def test_create_casts(sql):
    roundtrip(sql)
Esempio n. 12
0
def test_create_aggregates(sql):
    roundtrip(sql)
Esempio n. 13
0
def test_create_access_methods(sql):
    roundtrip(sql)
Esempio n. 14
0
def test_comments(sql):
    roundtrip(sql)