Kevin Wooten
Kevin Wooten
@kwesterfeld2 The decision was made to use "Java" time classes (which are usable in Java) in the driver and that is what you are seeing here. This change happened at...
Sorry, for parameters cast the parameter placeholder. `?::interval::varchar` (actually with PostgreSQL the server might just accept `?::varchar`). It will send it to the server as text.
From the user guide (note the version reference): > These instructions were created using **WildFly 15.0.1.Final** as a reference. Earlier or later > versions of WildFly may use slightly different...
@bartkaptur Thanks for all these additional details. This gives me some concrete scenarios to investigate. I will try some things on my end and report back. WRT the default host,...
https://impossibl.github.io/pgjdbc-ng/docs/current/user-guide/#connection-fallback
☝️That is all that is supported with regard to "multiple" servers.
@A248 Can you check the build error? It doesn't seem to build at all on CI.
The limited JDBC interface means that when using `Connection.createStruct` you are unable to provide explicit types. Due to the fact that PostgreSQL allows type attributes to change at any time...
@pkolaric @allllan In the past this has been because the `protocol.message.size.max` has been reached (e.g. #457). The default size is 20MB. Would that apply to either of your scenarios? And...
@hoxu Please add all the information you have. Driver & server versions, stack traces, query causing the issue. I am eager to fix this issue but finding a reproducible case...