We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to Reproduce:
1.ts
// SQL template string no-op function sql(strings: TemplateStringsArray, ...values: string[]) { return strings.reduce((result, string, i) => { return result + string + (values[i] ?? ''); }, ''); } sql`SEL
Desired outcome:
IntelliSense suggestions appear in SQL-in-JS tagged template literals
The text was updated successfully, but these errors were encountered:
is that postgres suggestion or copilot
Sorry, something went wrong.
The "Desired outcome" above explains it:
IntelliSense is not Copilot
No branches or pull requests
Steps to Reproduce:
1.ts
with the following codeDesired outcome:
IntelliSense suggestions appear in SQL-in-JS tagged template literals
The text was updated successfully, but these errors were encountered: