Пример #1
0
def test_drops(sql):
    roundtrip(sql)
Пример #2
0
def test_create_schemas(sql):
    roundtrip(sql)
Пример #3
0
def test_create_tables_as(sql):
    roundtrip(sql)
Пример #4
0
def test_create_operators(sql):
    roundtrip(sql)
Пример #5
0
def test_create_sequences(sql):
    roundtrip(sql)
Пример #6
0
def test_create_foreign_data_wrappers(sql):
    roundtrip(sql)
Пример #7
0
def test_create_indexes(sql):
    roundtrip(sql)
Пример #8
0
def test_create_conversions(sql):
    roundtrip(sql)
Пример #9
0
def test_create_databases(sql):
    roundtrip(sql)
Пример #10
0
def test_create_collations(sql):
    roundtrip(sql)
Пример #11
0
def test_create_casts(sql):
    roundtrip(sql)
Пример #12
0
def test_create_aggregates(sql):
    roundtrip(sql)
Пример #13
0
def test_create_access_methods(sql):
    roundtrip(sql)
Пример #14
0
def test_comments(sql):
    roundtrip(sql)