Brar Piening

Results 37 comments of Brar Piening

There are now two merged PR's to explore fore a potential implementation: - https://github.com/dotnet/runtime/pull/70720 - https://github.com/dotnet/runtime/pull/71777

> This would likely be some switch on NpgsqlBatch causing a sync to get written after each statement in that batch. That would mean we will support two modes: 1....

> whenever a server isn't available, it's supposed to be marked as ClusterState.Offline, and in that case it's going to be skipped until the cluster's state expires. You are talking...

No, it worked after the fixes from @vonzshik

> @Brar at some point you expressed interest in doing this, are you still interested? Yes I am. In fact I have some promising (but currently abandoned) attempt for a...

> I'm also waiting for a fix. Thanks The Visual Studio plug-in is basically no longer supported because it has inherent architectural problems that make it hard (and partially even...

Hi @gcapnias, this is great news, thank you! Since @roji would need to boot to Windows for this, which I know he rarely does, I'll take a look tonight. Regards,...

Hey @gcapnias, I've tested your v4.1.12.3 from https://github.com/gcapnias/npgsql/releases. Everything seems to work as intended using Visual Studio Community 2022 (Version 17.3.0 Preview 2.0). I can connect and execute queries. Is...

Hi @gcapnias, while I was able to complete step 2 and can use the server explorer to connect to and query my PostgreSQL database via the extension, Step 6 fails...

Hi @gcapnias, I've tested https://github.com/gcapnias/npgsql/releases/download/v4.1.12.4/Npgsql.vsix with my local Visual Studio 2022 installation (Version 17.3.0 Preview 3.0) and still run into the same behavior as [above](https://github.com/npgsql/npgsql/issues/4536#issuecomment-1176638135). Maybe I'm doing something wrong...