Skip to content

Commit c26eb44

Browse files
lukekimpeasee
andauthored
Update website/docs/reference/sql/prepared_statements.md
Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
1 parent c8c1df3 commit c26eb44

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/docs/reference/sql/prepared_statements.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ with adbc_driver_flightsql.dbapi.connect("grpc://localhost:50051") as conn:
3636
result = cur.fetchall()
3737
print(result)
3838
```
39+
:::warning[Limitations]
40+
41+
* Positional arguments are not supported with the `date` keyword to construct a date value, like `date $1`. Specify the date value in the query instead: `l_shipdate > date '1995-01-01'`.
42+
43+
:::

0 commit comments

Comments
 (0)