예제 #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)