MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / column_expression

Method column_expression

lib/sqlalchemy/dialects/sqlite/json.py:80–81  ·  view source on GitHub ↗
(self, col: ColumnElement[Any])

Source from the content-addressed store, hash-verified

78 return func.jsonb(bindvalue, type_=self)
79
80 def column_expression(self, col: ColumnElement[Any]) -> ColumnElement[Any]:
81 return func.json(col, type_=self)
82
83
84# Note: these objects currently match exactly those of MySQL, however since

Callers 1

returning_clauseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected