'2.4': 13214,
'2.6':14416,
'2.7':14416,
- '2.6+cextension': 345,
- '2.7+cextension':345})
+ '2.6+cextension': 365,
+ '2.7+cextension':365})
def test_string(self):
[tuple(row) for row in t.select().execute().fetchall()]
@profiling.function_call_count(versions={
'2.7':14396,
'2.6':14396,
- '2.6+cextension': 345,
- '2.7+cextension':345})
+ '2.6+cextension': 365,
+ '2.7+cextension':365})
def test_unicode(self):
[tuple(row) for row in t2.select().execute().fetchall()]
def teardown_class(cls):
metadata.drop_all()
+ @testing.fails_on("postgresql+pg8000",
+ "pg8000 still doesn't allow single % without params")
def test_no_params_option(self):
stmt = "SELECT '%'"
if testing.against('oracle'):