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

Method update_limit_clause

lib/sqlalchemy/sql/compiler.py:6299–6301  ·  view source on GitHub ↗

Provide a hook for MySQL to add LIMIT to the UPDATE

(self, update_stmt)

Source from the content-addressed store, hash-verified

6297 return text
6298
6299 def update_limit_clause(self, update_stmt):
6300 """Provide a hook for MySQL to add LIMIT to the UPDATE"""
6301 return None
6302
6303 def delete_limit_clause(self, delete_stmt):
6304 """Provide a hook for MySQL to add LIMIT to the DELETE"""

Callers 1

visit_updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected