named-placeholders icon indicating copy to clipboard operation
named-placeholders copied to clipboard

problem with single + double qouted data before a named placeholder

Open ofirmalka opened this issue 1 year ago • 2 comments

similar to #2 with single quotes around the double:

toUnnamed(`SELECT * FROM table WHERE col1 LIKE '%"abc"%' AND id = :id`, { id: 1 }) result: [ `SELECT * FROM table WHERE col1 LIKE '%"abc"%' AND id = :id`, [] ]

ofirmalka avatar May 12 '24 07:05 ofirmalka