You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the ? placeholders are standard for prepared statements in sql. they’re just placeholders that get replaced with actual values when the query runs. sqlc expects these and validates them without issues, so if no errors showed up
Version
1.27.0
What happened?
I wanted to use
sqlc compile
to check sql syntax errors, but I didn't get what I expected.The following schema and queries were copied from sqlc document to used for testing.
Could you please help me figure out where the problem was? thanks.
Relevant log output
Database schema
SQL queries
Configuration
Playground URL
No response
What operating system are you using?
Linux
What database engines are you using?
PostgreSQL
What type of code are you generating?
No response
The text was updated successfully, but these errors were encountered: