enspirit / bmg

Bmg, Alf's successor, A Ruby Relational Algebra
MIT License
234 stars 8 forks source link

Make insert compatible with iterable arguments. #4

Closed ygu closed 6 years ago

ygu commented 6 years ago

Use Sequel.multi_insert in this case.

blambeau commented 6 years ago

@ygu Won't work, because Hash is Enumerable as far as I know.