-
-
Notifications
You must be signed in to change notification settings - Fork 90
Parameter names #203
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
In DuckDB when you set a query parameter name, all other providers I use (SQLite, SQL Server, Oracle, MySQL, etc.) are forgiving if you include the SQL prefix when defining the parameters (e.g., you can pass $PARM1 as the parameter name) and it works OK, however DuckDB requires that the name exclude the prefix (e.g., PARM1).