# File lib/tapkit/access/adapter.rb, line 169
                def update_row( row, qualifier, entity )
                        if update_rows(row, qualifier, entity) > 1 then
                                raise GeneralAdapterError, "updated rows more than one"
                        end
                end