1 unresolved thread
1 unresolved thread
Compare changes
+ 17
− 1
@@ -30,7 +30,7 @@ import caosdb as db
@@ -30,7 +30,7 @@ import caosdb as db
@@ -1405,6 +1405,22 @@ See https://gitlab.com/caosdb/caosdb-server/-/issues/220"""
@@ -1405,6 +1405,22 @@ See https://gitlab.com/caosdb/caosdb-server/-/issues/220"""
Since this is sent correctly to the server (c.f. https://gitlab.com/linkahead/linkahead-server/-/issues/101#note_1729404705), this shouldn't result in an
HTTPURITooLongError
. When fixing this bug, we might need to change this line to an error more appropriate to the underlyingcom.mysql.cj.jdbc.exceptions.MysqlDataTruncation
exception.