MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_insert_omitted

Method test_insert_omitted

test/sql/test_compiler.py:8280–8283  ·  view source on GitHub ↗
(self, t1)

Source from the content-addressed store, hash-verified

8278 )
8279
8280 def test_insert_omitted(self, t1):
8281 self.assert_compile(
8282 insert(t1), "INSERT INTO t1 (id, a, c, e) VALUES (:id, :a, :c, :e)"
8283 )
8284
8285 def test_insert_from_select_omitted(self, t1):
8286 self.assert_compile(

Callers

nothing calls this directly

Calls 2

insertFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected