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

Method visit_release_savepoint

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

Source from the content-addressed store, hash-verified

6637 )
6638
6639 def visit_release_savepoint(self, savepoint_stmt, **kw):
6640 return "RELEASE SAVEPOINT %s" % self.preparer.format_savepoint(
6641 savepoint_stmt
6642 )
6643
6644
6645class StrSQLCompiler(SQLCompiler):

Callers

nothing calls this directly

Calls 1

format_savepointMethod · 0.45

Tested by

no test coverage detected