-
Couldn't load subscription status.
- Fork 18
Open
Description
Any plans to support bind variables? https://docs.snowflake.com/en/sql-reference/bind-variables
For example, you can do this in Python:
con.cursor().execute(
"SELECT * FROM your_table WHERE id = ? AND name = ?",
(10, 'Henry') # Parameters
)
Which prevents SQL injection in case the parameters are user-provided. Not supporting this requires different mechanisms to prevent SQL inejction.
kenkoooo, rajyan and pakosak
Metadata
Metadata
Assignees
Labels
No labels