-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Thanks for making such an awesome library! I'm using yesql 4.2.1 and am trying to run a query with a colon in a "Select As" but get a missing value error. For example,
pg.query(named('SELECT :usercount AS "Number of users: ";')({usercount: 5}), (err, result) => {...})
Not sure if this is a bug or I need to be escaping the colon somehow. Thank you!
Metadata
Metadata
Assignees
Labels
No labels