Skip to content

Commit

Permalink
document that we currently do not support bind variables in multi-sta…
Browse files Browse the repository at this point in the history
…tement queries, we're getting issues related to this
  • Loading branch information
sfc-gh-dszmolka authored Nov 22, 2023
1 parent 62f2206 commit 60baeff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ With version 2.0.18 and later of the .NET connector, you can send
a batch of SQL statements, separated by semicolons,
to be executed in a single request.

**Note**: Snowflake does not currently support variable binding in multi-statement SQL requests.

---
**Note**

Expand Down Expand Up @@ -555,6 +557,8 @@ using (DbCommand cmd = conn.CreateCommand())
Bind Parameter
--------------

**Note**: Snowflake does not currently support variable binding in multi-statement SQL requests.

This example shows how bound parameters are converted from C# data types to
Snowflake data types. For example, if the data type of the Snowflake column
is INTEGER, then you can bind C# data types Int32 or Int16.
Expand Down

0 comments on commit 60baeff

Please sign in to comment.