MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _dialect

Method _dialect

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

Source from the content-addressed store, hash-verified

1453 as true/false compilation."""
1454
1455 def _dialect(self, native_boolean):
1456 d = default.DefaultDialect()
1457 d.supports_native_boolean = native_boolean
1458 return d
1459
1460 def test_one(self):
1461 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