Uh oh!
There was an error while loading. Please reload this page.
Target net8 so we can use the latest version of Npgsql - #24
Conversation
droyad
commented
Dec 10, 2024
@rofr I'm in the process of tidying up the code read to be handed over to other maintainers (including you if you are still interested). This seems like a significant decision, wondering if there were thoughts. |
rofr
commented
Dec 10, 2024
I'm no longer involved in any projects using dbup with postgres. The project in question was actually canceled so I'm neither invested enough nor have sufficient knowledge to be helpful as a maintainer. And for this change I don't really see any options other than going to net8. |
* Add NpgsqlDataSource support to PostgresqlConnectionManager * Used new GHA workflows * Updated to dbup-core 6.0 beta, targeted netstandard2 and update Npgsql reference * Bump to the next beta of dbup-core * Merge fix * Removed stray #If * fix: #680 PostgreSQL statements split implemented (#19) * fix: #680 PostgreSQL statements split implemented Co-authored-by: shokurov <egor.shokurov@gmail.com> * Updated approval file --------- Co-authored-by: shokurov <egor.shokurov@gmail.com> Co-authored-by: Robert Wagner <robert@wagner.id.au> * Update of libs * File scoped namespaces and primary ctors * Target `net8` so we can use the latest version of Npgsql (#24) * Target net8 so we can use the latest version of Npgsql * Used new APIs * Added Npgsql licence information (#25) * fix(#26): avoid NullReferenceException when creating database (#27) * fix(#26): avoid NullReferenceException when creating database * Updated approval file --------- Co-authored-by: Robert Wagner <robert@wagner.id.au> * fix: fix delimiter parsing (#28) * Lowered Connection string printing to debug, resolves#30 --------- Co-authored-by: Sébastien Crocquesel <88554524+scrocquesel@users.noreply.github.com> Co-authored-by: Campbell Harding-Deason <campbell.harding-deason@firstaml.com> Co-authored-by: shokurov <egor.shokurov@gmail.com> Co-authored-by: nvierge-addactis <151941872+nvierge-addactis@users.noreply.github.com>
Looks like
Npgsqlhas dropped support fornetstandard2.0so in order to keep on top of patches this library should do the same. Going to net8.0 as it's the only supported LTS.