Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support literal args #4

Closed
Newbie012 opened this issue Sep 10, 2022 · 0 comments · Fixed by #18
Closed

Support literal args #4

Newbie012 opened this issue Sep 10, 2022 · 0 comments · Fixed by #18
Assignees
Labels
enhancement New feature or request

Comments

@Newbie012
Copy link
Collaborator

client.queryOne(sql`SELECT * FROM comments where body = ${Math.random() > 0.5 ? 'a' : 'b'}`);

error:

Invalid Query: the type ""a" | "b"" is not supported
@Newbie012 Newbie012 added the enhancement New feature or request label Sep 10, 2022
@Newbie012 Newbie012 self-assigned this Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant