korlov42 commented on code in PR #3558:
URL: https://github.com/apache/ignite-3/pull/3558#discussion_r1557134219


##########
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc/ConnectionPropertiesImpl.java:
##########
@@ -124,11 +126,15 @@ private static String[] clientAuthValues() {
     private final StringProperty password = new StringProperty("password",
             "Password", null, null, false, null);
 
+    /** Client connection time zone ID. This property can be used by the 
client to change the time zone of the "session" on the server. */
+    private final StringProperty connectionTimeZone = new 
StringProperty("connectionTimeZone",

Review Comment:
   why do we need this `connection` prefix?



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