If you’re building .NET 6 apps on macOS and connecting to PostgreSQL using Npgsql, you might encounter:
🚫 Bad Protocol Version errors
👉 Full Article: sslinsights.com/fix-npgsql-b...
#dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming
If you’re building .NET 6 apps on macOS and connecting to PostgreSQL using Npgsql, you might encounter:
🚫 Bad Protocol Version errors
👉 Full Article: sslinsights.com/fix-npgsql-b...
#dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming
* Dropped .NET 6/7
* Upgraded to Npgsql 9
* Consolidated underlying dependencies
* Removed all synchronous database APIs except for LINQ synchronous operator support
* STJ is the new default serializer
* Dropped .NET 6/7
* Upgraded to Npgsql 9
* Consolidated underlying dependencies
* Removed all synchronous database APIs except for LINQ synchronous operator support
* STJ is the new default serializer
https://startdebugging.net/2026/09/how-to-atomically-append-to-a-postgresql-jsonb-array-with-ef-core-and-npgsql/?utm_source=bluesky&utm_medium=social&utm_campaign=auto
https://startdebugging.net/2026/09/how-to-atomically-append-to-a-postgresql-jsonb-array-with-ef-core-and-npgsql/?utm_source=bluesky&utm_medium=social&utm_campaign=auto
www.npgsql.org/doc/release-...
www.npgsql.org/doc/release-...
db.prepare("plus_one", "select $1::int + 1")
10.times { db.exec_prepared("plus_one", [41]) }
Remember to set max_prepared_statements when using
github.com/pgbouncer/pg...
db.prepare("plus_one", "select $1::int + 1")
10.times { db.exec_prepared("plus_one", [41]) }
Remember to set max_prepared_statements when using
github.com/pgbouncer/pg...
Migrate SQL Server multi-result-set procedures to PostgreSQL
#AWS #Databases
Migrate SQL Server multi-result-set procedures to PostgreSQL
#AWS #Databases
Today's fresh build includes percentiles over metric histograms, `ContributingEventsUrl` in alert notifications, and a bunch of other updates.
datalust/seq:preview, or datalust.co/download 😎
Today's fresh build includes percentiles over metric histograms, `ContributingEventsUrl` in alert notifications, and a bunch of other updates.
datalust/seq:preview, or datalust.co/download 😎