Literalize the model instance and append it to the sql.
# File lib/sequel/plugins/pg_row.rb, line 114 def sql_literal_append(ds, sql) sql << ROW ds.literal_append(sql, values.values_at(*columns)) sql << CAST ds.quote_schema_table_append(sql, model.dataset.first_source_table) end
Generated with the Darkfish Rdoc Generator 2.