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

Method test_select_columns

test/sql/test_query.py:929–931  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

927
928 @testing.requires.standalone_binds
929 def test_select_columns(self):
930 stmt = select(bindparam("data"), bindparam("x"))
931 self._assert_raises(stmt, {"data": "data"})
932
933 def test_text(self):
934 stmt = text("select * from foo where x=:x and data=:data1")

Callers

nothing calls this directly

Calls 3

_assert_raisesMethod · 0.95
selectFunction · 0.90
bindparamFunction · 0.90

Tested by

no test coverage detected