Thread
-
Re: BUG #19350: Short circuit optimization missed when runningsqlscriptes in JDBC
Greg Sabino Mullane <htamfids@gmail.com> — 2025-12-17T14:51:08Z
> > Possibly because JDBC does everything using the V3 protocol whereas psql > does not. psql uses simple query. Maybe JDBC is doing something else? I cannot duplicate the error when doing it via the protocol (DBD::Pg) or via psql. Even forcing non-server-side prepares (i.e. making the driver replace the vars itself) fails to fail.