JDBC prepared statement: a 32767 limit of arguments number

From: Vladislav Malyshkin <mal(at)gromco(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: JDBC prepared statement: a 32767 limit of arguments number
Date: 2022-03-09 09:16:29
Message-ID: e83c908e-219f-ff45-c9cc-01f47d8f5d76@gromco.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Currently postgres JDBC driver has a  32767 limit for the number of
prepared statement arguments, see e.g. <br>
<a class="moz-txt-link-freetext" href="https://luppeng.wordpress.com/2020/05/20/postgresql-jdbc-driver-upper-limit-on-parameters-in-preparedstatement/">https://luppeng.wordpress.com/2020/05/20/postgresql-jdbc-driver-upper-limit-on-parameters-in-preparedstatement/</a><br>
Can this limit be lifted. There is no any such a limit in JDBC spec.<br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 599 bytes

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David G. Johnston 2022-03-09 13:22:57 Re: JDBC prepared statement: a 32767 limit of arguments number
Previous Message TAKATSUKA Haruka 2022-03-07 02:45:00 Re: Security Release announcement versions 42.2.25 and 42.3.2 have been released