# File lib/dbi/handles/database.rb, line 224
        def []= (attr, val)
            sanity_check
            @handle[attr] = val
        end