You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/09/24 06:29:49 UTC

[GitHub] [ignite] lev555 opened a new pull request #6900: IGNITE-11312: Fix JDBC Driver properties in UI tools like DBeaver

lev555 opened a new pull request #6900: IGNITE-11312: Fix JDBC Driver properties in UI tools like DBeaver
URL: https://github.com/apache/ignite/pull/6900
 
 
   Issue: 
   JDBC driver properties in UI tools like DBeaver doesn't work.
   
   Root cause: 
   JDBC driver connect method requires prefixed property names, like _ignite.jdbc.enforceJoinOrder_, but  _getPropertyInfo()_ method (which is used by UI tools for getting available properties) returns property names without prefix, like _enforceJoinOrder_.
   
   Solution:
   Add prefix _ignite.jdbc_ to property names, returned by _getPropertyInfo()_ method.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services