Allister Craig Smith

Results 8 comments of 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...