-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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).
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers