[GitHub] ignite pull request #3761: sql schema validation on jdbc thin connects to no...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #3761: sql schema validation on jdbc thin connects to no...

andrey-kuznetsov
GitHub user pavel-kuznetsov opened a pull request:

    https://github.com/apache/ignite/pull/3761

    sql schema validation on jdbc thin connects to node.

    Now if we are connecting to node using thin driver and schema is incorrect, connection will be rejected
    Specifying quoted empty string will result in SQL exception on client side.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-7743

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3761.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3761
   
----

----


---