platformatic / platformatic

Platformatic Open Source monorepo!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql-mapper insert method depends on object fields order

ivan-tymoshenko opened this issue · comments

It looks like the insert does not sort object values, so it fails when inserting multiple entity objects with different fileds order. I will try to create a PR soon.