# File lib/dbi/handles/database.rb, line 185
        def commit
            sanity_check
            @handle.commit
        end