# File lib/do_postgres/transaction.rb, line 18 def commit cmd = "COMMIT" connection.create_command(cmd).execute_non_query end