rzo1 commented on code in PR #142:
URL: https://github.com/apache/openjpa/pull/142#discussion_r3181959995
##########
openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/PostgresDictionary.java:
##########
@@ -155,6 +155,7 @@ public PostgresDictionary() {
useSetBytesForBlobs = true;
useGetStringForClobs = true;
useSetStringForClobs = true;
+ storeCharsAsNumbers = false;
Review Comment:
Moved the override to `connectedConfiguration()` in 889df96bb so
`storeCharsAsNumbers=false` only kicks in when the server major version is `>=
9`. Older deployments keep the DBDictionary default. Happy to bump the
threshold (e.g. to PG 10 or 11) if you have a more specific cut-off in mind.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]