You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by pavel-kuznetsov <gi...@git.apache.org> on 2018/11/07 12:14:01 UTC

[GitHub] ignite pull request #5334: IGNITE-10118: JDBC v2 getSchema fix.

GitHub user pavel-kuznetsov opened a pull request:

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

    IGNITE-10118: JDBC v2 getSchema fix.

    

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

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

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

    https://github.com/apache/ignite/pull/5334.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 #5334
    
----
commit c8521cb526367a2d9448dcb7e1ca500e8494b74b
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-11-06T00:01:46Z

    ignite-9989: Draft of the fix.
    
    In jdbc v2, now we avoid using distributed task that fetches metadata to
    get PK metadata. We use existing cache descriptors instead.

commit 1e7b3f1947da236b071465c661525ffbe40af06b
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-11-06T14:39:11Z

    ignite-9989: Updated tests to work with many tables.
    
    Backported test for primary keys metadata from metadata test of jdbc
    thin driver. This change made IGNITE-10118 highlighted.

commit f12c8549b0de14a3dbecc464d5f19d927560ca56
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-11-06T14:50:01Z

    ignite-9989: Jdbc v2 PK meta refactoring.
    
    javadoc, moved method to QueryUtils.

commit 033e7613912d86ed85b5316a4f32838f6d5575fb
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-11-07T12:04:01Z

    ignite-9989: Added missed catalog validation.

commit 3ab5bab624d8ab54a36dd4bf55de5ab37c98e901
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-11-07T11:16:41Z

    ignite-10118: Draft of the fix.
    
    Schemas metadata now is fetched from GridKernalContext directly.

commit 7662d4de591e6deebdb2596d9e7916d0a3c53921
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-11-07T11:47:07Z

    ignite-10118: Refactoring.
    
    Use lightweight view of collection of cache descriptors instead of
    for-loop with filter over that collection.

commit 53194e807c691a58e2981a3a2108a4d6477902e7
Author: Pavel Kuznetsov <pa...@...>
Date:   2018-11-07T12:12:43Z

    ignite-10118: Added missing schema name filtering.

----


---