Is there an automatic CSharp -> DuckDB type mapping for parametrized queries? #284
Unanswered
soerenwolfers
asked this question in
Q&A
Replies: 2 comments 1 reply
-
There is not much you can do as a user of the library but if you are willing to send a PR I can explain what needs to be changed to make it work. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@soerenwolfers This will be implemented in the next release in September. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I run
through duckdb.NET my query fails because the
DateTime
gets inserted into the query via.ToString()
.Can I do something smarter than string-formatting the
DateTime
object myself to match DuckDBs expectations?Beta Was this translation helpful? Give feedback.
All reactions