Method: DBI::DatabaseHandle#commit
- Defined in:
- lib/dbi/handles/database.rb
#commit ⇒ Object
Force a commit to the database immediately.
185 186 187 188 |
# File 'lib/dbi/handles/database.rb', line 185 def commit sanity_check @handle.commit end |