MCPcopy Index your code
hub / github.com/clips/pattern / commit

Method commit

pattern/db/__init__.py:547–550  ·  view source on GitHub ↗

Commit all pending insert/update/delete changes.

(self)

Source from the content-addressed store, hash-verified

545 return rows
546
547 def commit(self):
548 """ Commit all pending insert/update/delete changes.
549 """
550 self._connection.commit()
551
552 def rollback(self):
553 """ Discard changes since the last commit.

Callers 3

disconnectMethod · 0.80
executeMethod · 0.80
parse_xmlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected