MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _dialect

Method _dialect

test/sql/test_operators.py:1303–1306  ·  view source on GitHub ↗
(self, native_boolean)

Source from the content-addressed store, hash-verified

1301 as true/false compilation."""
1302
1303 def _dialect(self, native_boolean):
1304 d = default.DefaultDialect()
1305 d.supports_native_boolean = native_boolean
1306 return d
1307
1308 def test_one(self):
1309 c = column("x", Boolean)

Callers 15

test_oneMethod · 0.95
test_two_aMethod · 0.95
test_two_bMethod · 0.95
test_three_aMethod · 0.95
test_three_a_doubleMethod · 0.95
test_three_bMethod · 0.95
test_fourMethod · 0.95
test_four_doubleMethod · 0.95
test_five_aMethod · 0.95
test_five_bMethod · 0.95
test_sixMethod · 0.95
test_seven_aMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected