Module: Sequel

Defined in:
lib/sequel/plugins/insert_ignore.rb,
lib/sequel/plugins/upsert.rb,
lib/sequel/extensions/statement_timeout.rb

Overview

Rather than re-writing the whole save method and all the hooks and validation logic in it, it naughtily overrides the private _insert_dataset.

Defined Under Namespace

Modules: Plugins, StatementTimeout