rom-sql icon indicating copy to clipboard operation
rom-sql copied to clipboard

Add a custom `Create` command for sqlite

Open solnic opened this issue 2 years ago • 0 comments

Sqlite needs its own Create command because Relation#multi_insert(tuples, return: :primay_key) actually issues multiple inserts.

For full context: https://github.com/rom-rb/rom/issues/680

solnic avatar May 23 '22 08:05 solnic