You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by isapego <gi...@git.apache.org> on 2016/09/09 08:29:36 UTC

[GitHub] ignite pull request #1051: IGNITE-3868: Fix for driver installiation.

GitHub user isapego opened a pull request:

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

    IGNITE-3868: Fix for driver installiation.

    

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

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

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

    https://github.com/apache/ignite/pull/1051.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 #1051
    
----
commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov <sb...@gridgain.com>
Date:   2016-08-25T09:29:04Z

    Fixed GridQueryParsingTest.

commit 12f532986677c30a716f73aeaa7d3587dd701f55
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-01T14:05:15Z

    Merge remote-tracking branch 'remotes/community/ignite-1.6.6' into ignite-1.6.7

commit ae7765329fd6f7d50d13183d13626f39c5682334
Author: dkarachentsev <dk...@gridgain.com>
Date:   2016-09-02T15:01:12Z

    IGNITE-2208 - Queries with object arguments doesn't work wth BinaryMarshaller.

commit 7a84ab6a9163ca31fbcfcc6d7ff27e06bf9babef
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-02T15:05:16Z

    IGNITE-3827: Removed double marshalling of keys in DataStreamerImpl.addData(Map) method.

commit 7bb961fd0a2e78334d33b6bc279c4edc323c246a
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-02T15:05:54Z

    Merge remote-tracking branch 'upstream/ignite-1.6.7' into ignite-1.6.7

commit e3c4868d6737e5a0f0b90f99666242865add750c
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-02T15:23:09Z

    IGNITE-3829: Optimized affinity key field name handling.

commit e9c797fd964727882ad6f40f2a452b17ae7c857e
Author: isapego <is...@gridgain.com>
Date:   2016-09-04T13:47:40Z

    IGNITE-2946: CPP: Optimized GetNext() method for cursors. This closes #992.

commit c992213274ec5872ef7ce359efa51e26003424ad
Author: isapego <is...@gridgain.com>
Date:   2016-09-04T13:49:42Z

    IGNITE-3760: ODBC: Added tests for supported SQL92 string functions. This closes #1006.

commit d06eaa2344a753e08d1e3cb00e6b4ab83c6a9a01
Author: isapego <is...@gridgain.com>
Date:   2016-09-04T13:52:04Z

    IGNITE-3801: ODBC: Added tests for OUTER JOIN. This closes #1027.

commit f8ae67456703e63e3afc9bb5c21d81d576d59448
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-04T14:09:08Z

    IGNITE-3651 IGFS: Implemented "usedSpaceSize()" operation for local secondary file system. This closes #1009.

commit fc2fe7bf1905675258d40932a4ff649156c17488
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2016-09-04T14:12:35Z

    IGNITE-3646: IGFS: Added test for symlinked mkdirs on local secondary file system. This closes #1013.

commit 3aa13f716934a6ccfe49f8bf99ec3b654e263900
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-05T07:19:48Z

    IGNITE-3829: Additional fix.

commit a760918757bee71ab28495496f94e9067ef17888
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-09-05T07:36:38Z

    IGNITE-3750: ODBC: Added tests for date/time types. This closes #1002.

commit d65228e42ec9c84182b8c9c9c8d06a0056d5eed2
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-09-05T08:20:26Z

    IGNITE-2974: ODBC: Added "socketSendBufferSize" and "socketReceiveBufferSize" configuration parameters. This closes #994.

commit 40d4b6ac6a71ed541d20018cf7deb2fb9b9bbb9b
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-05T08:35:26Z

    IGNITE-3834: Fixed a problem with BinaryMarshaller handles resolution.

commit 42963e6c99e9b282972e6ad67a813a8038cf580f
Author: Alexander Paschenko <ap...@gridgain.com>
Date:   2016-09-05T11:10:39Z

    IGNITE-3817: Fixed binary object re-build with missing schema.

commit df8163f1ad3a390bb8d51b0eb2f378b5b3663025
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-09-05T11:15:59Z

    IGNITE-3743: ODBC: Added procedure call escape sequence support. This closes #1008.

commit e3533010b584ba986196f9c7dbc36359aebd829e
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-09-05T12:02:07Z

    IGNITE-3819: ODBC: Improved error logging. This closes #1024.

commit 008cf64429f40635e396a71f2c0aaf184077ff2b
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-09-05T12:17:53Z

    IGNITE-3741: ODBC: Added character escape support to expression parser. This closes #1004.

commit bf9371a3ddb020209a6b031e11282706e19c58cb
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-09-05T14:05:05Z

    IGNITE-3611: IGFS: Slight refactoring to listPaths() and listFiles() methods.

commit 2c397d2fb8851b25aa5f0a5589ad1deffbe7eee9
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-09-05T14:38:47Z

    IGNITE-2629: ODBC: Requests are now processed asynchronously in separate thread pool. This closes #996.

commit 355082958b476009179254df9be20e225179cb7c
Author: Andrey V. Mashenkov <an...@gmail.com>
Date:   2016-09-05T15:06:27Z

    IGNITE-2833: GridCacheTtlManager pending queue retention size optimization.

commit 8970b3e3a36b18274b451fddf365627ba23459d6
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-09-05T15:15:11Z

    IGNITE-3628: ODBC: Added ability to configure page size in DSN, changed default value from 32 to 1024. This closes #1014.

commit e23a94fbab4040f60b7a8ef3638aaebe4b9ba5f6
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-06T08:34:14Z

    Fixed GridQueryParsingTest.

commit 385355a157993f4d78ced551bbaa168181748a7d
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-06T09:09:38Z

    GridNearOptimisticTxPrepareFuture: fixed javadoc warning.

commit bdc1b10cabcefb6684adcdb22bb6106e44148516
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-06T11:45:01Z

    IGNITE-2208 Queries with object arguments doesn't work wth BinaryMarshaller: use 'toBinary' for arguments conversion.

commit 224cae1dd5dc5d95843c6ea1a72f61f27ea35cb4
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-07T07:18:20Z

    Fixed IgniteCacheExpiryPolicyAbstractTest.testZeroOnAccess.

commit b5121adff860d96e5954d3466137854f8fae4c27
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-07T09:44:24Z

    IGNITE-2629: ODBC: GridNioAsyncNotifyFilter should process onSessionOpened synchronously

commit 121b89b07990068a31d384da8d6f3c781cf0efb8
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-07T11:36:51Z

    Fixed NPE in GridCacheAbstractFullApiSelfTest in multi jvm tests.

commit ff744cc2213a6a5973955813b2db43595368300c
Author: isapego <is...@gridgain.com>
Date:   2016-09-09T07:44:49Z

    IGNITE-3868: Fix for driver installiation.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] ignite pull request #1051: IGNITE-3868: Fix for driver installiation.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---