# File lib/dbd_ado/ADO.rb, line 92 def []=(attr, value) if attr == 'AutoCommit' then # TODO: commit current transaction? @attr[attr] = value else super end end