MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / visit_release_savepoint

Method visit_release_savepoint

lib/sqlalchemy/sql/compiler.py:6875–6878  ·  view source on GitHub ↗
(self, savepoint_stmt, **kw)

Source from the content-addressed store, hash-verified

6873 )
6874
6875 def visit_release_savepoint(self, savepoint_stmt, **kw):
6876 return "RELEASE SAVEPOINT %s" % self.preparer.format_savepoint(
6877 savepoint_stmt
6878 )
6879
6880
6881class StrSQLCompiler(SQLCompiler):

Callers

nothing calls this directly

Calls 1

format_savepointMethod · 0.45

Tested by

no test coverage detected