Skip to main content

Module object_literal_stmt

Module object_literal_stmt 

Source
Expand description

Rewrite INSERT/UPSERT INTO coll { ... } (and [{ ... }, ...]) into standard INSERT INTO coll (cols) VALUES (row), ....