Allister Craig Smith
Allister Craig Smith
Hey @dtolnay π Have you managed to make any headway on this change? I see you mentioned in https://github.com/serde-rs/serde/pull/710 that you had a design in mind, but that was quite...
Hey all :wave: It seems like things have improved drastically on .NET Core 2 support (2.2 to be specific) for PostgreSQL (Npgsql). I created a simple project to test this...
Hey @Thorium π Thanks for the feedback - Iβve added that to the list of known workarounds for reference. Whilst that does somewhat help, it doesnβt solve for cases where...
Thanks for the feedback, @Thorium π Assuming this now works against .NET Core 2 (which I'm assuming is the minimum supported version based on the target frameworks [here](https://github.com/fsprojects/SQLProvider/blob/dca454ce0f8e653b0aaff552bb706871be0f0286/src/SQLProvider.Standard/SQLProvider.Standard.fsproj#L4)), would it...
Noted - thanks for the help! Will give it a go in the next few days π
Hey @retendo π I gave it a brief look back when I opened the issue, but struggled with build-related issues, namely with the inclusion of `System.Configuration.ConfigurationManager` in the .NET Core...
> Is upgrading 1.0.0 necessary for using the delta and iceberg extensions from duckdb-rs? I'm having trouble loading them with the current release. Not sure about Iceberg, but Delta [requires...
@Mause I see you recently [bumped versions](https://github.com/duckdb/duckdb-rs/pull/298). I attempted to follow a similar approach to your PR by bumping the version references to 0.10.3 (mainly in `libduckdb-sys/upgrade.sh`), but I'm seeing...