DynamicParameters and Snowflake syntax?
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 18.4k
- Forks
- 3.7k
- Avg merge
- 5h 8m
- Merged PRs (30d)
- 1
Description
Hi, is it possible to use DynamicParameters with the Snowflake SQL?
Example of the Snowflake query using variable:
set id = 2;
SELECT * FROM NATION N
WHERE N.N_NATIONKEY = $id
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing Dapper's DynamicParameters behavior and the Snowflake SQL example in the issue. Reproduce the parameterized query with a Snowflake provider and determine whether the behavior is supported or requires a documented change. Done means the compatibility outcome and any required scope are clear, with verification captured in an appropriate test or documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100