Start a new transaction.
161 162 163 164 165
# File 'lib/og/adapter/oracle.rb', line 161 def start @conn.autocommit = false @transaction_nesting += 1 end