示例#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)