cristof commented on code in PR #142:
URL: https://github.com/apache/openjpa/pull/142#discussion_r3181910332


##########
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:
   Please, set this value as false only for versions greater than the version 
that adopted char support.



-- 
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]

Reply via email to