Can't set JSON fields via PreparedStatement #6382
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Date: 2017-07-30 23:48:37 +0200
From: Brian Ploetz <>
To: Martin van Dinther <<martin.van.dinther>>
Version: 11.27.1 (Jul2017)
CC: martin.van.dinther
Last updated: 2017-10-26 15:44:10 +0200
Comment 25527
Date: 2017-07-30 23:48:37 +0200
From: Brian Ploetz <>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Build Identifier:
I have a JSON column in my table, and when trying to insert into that table using a PreparedStatement...
...I get the following error:
I also tried setObject to no avail. My assumption was that I could pass a String containing valid JSON, and the driver would convert it to the correct type under the hood, but it doesn't seem to be supported at all.
Reproducible: Always
Comment 25604
Date: 2017-08-31 18:51:24 +0200
From: MonetDB Mercurial Repository <>
Changeset 8ea360b612de, made by Martin van Dinther martin.van.dinther@monetdbsolutions.com in the monetdb-java repo, refers to this bug.
For complete details, see https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=8ea360b612de
Changeset description:
Comment 25606
Date: 2017-08-31 19:12:21 +0200
From: MonetDB Mercurial Repository <>
Changeset 3ef07832d018 made by Martin van Dinther martin.van.dinther@monetdbsolutions.com in the MonetDB repo, refers to this bug.
For complete details, see https//devmonetdborg/hg/MonetDB?cmd=changeset;node=3ef07832d018
Changeset description:
Comment 25811
Date: 2017-10-26 15:44:10 +0200
From: Martin van Dinther <<martin.van.dinther>>
New JDBC driver monetdb-jdbc-2.27.jar has been released
The text was updated successfully, but these errors were encountered: