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

Make `values` helper accept a flat array of values to be parameterized, add to select

Open jrf0110 opened this issue 12 years ago • 0 comments

It'd b nice to do something like this:

{
  type: 'select'
, values: [ 'a', 'b', 'c' ]
}
select $1, $2, $3;

jrf0110 avatar Nov 13 '13 17:11 jrf0110