Calum Sieppert

Results 44 comments of Calum Sieppert

https://www.npgsql.org/doc/types/datetime.html?q=infinity#infinity-values Looks like their default is to convert to `DateTime/Only.Max/MinValue`, and it can be opted out of with an AppContext switch I've implemented the plan I described above in my...

I think I'm running into the same issue, where I have a fallback in my config of `['_'] = { 'trim_whitespace' }` and at some point after f9ef25a7ef00267b7d13bfc00b0dea22d78702d5 (this commit...

My use case is trying to replace `INSERT OR IGNORE/REPLACE` with `MERGE`, where most of the time `MERGE` is not doing any merging. It would be great if when merge...

Hi @szarnyasg , can we re-open this? With duckdb 1.4.1 the following python should reproduce, and I'm also running into this on 1.3.0 with the .NET SDK. It seems to...