[
https://issues.apache.org/jira/browse/IGNITE-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117203#comment-15117203
]
ASF GitHub Bot commented on IGNITE-1786:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/426
IGNITE-1786: Review-related fixes and refactoring.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/isapego/ignite ignite-1786-review
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/426.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 #426
----
commit 9baf2668e00ed879e7f777d0b21d58aa81c900c3
Author: isapego <[email protected]>
Date: 2016-01-25T15:17:07Z
IGNITE-2447: Renamed ODBC classes to follow naming convention.
commit 2a756311134e971fbfbc671f2b53090cae1085ad
Author: isapego <[email protected]>
Date: 2016-01-25T15:23:20Z
IGNITE-2447: Moved all ODBC classes into
org.apache.ignite.internal.processors.odbc package.
commit 73127efb6af2f27d75193d1a911e806ab356db94
Author: isapego <[email protected]>
Date: 2016-01-25T17:46:37Z
IGNTIE-1786: Refactored according to review findings.
commit e200771d597eecf537356db47915cee13b2970aa
Author: isapego <[email protected]>
Date: 2016-01-25T17:58:53Z
IGNITE-1786: System output replaced with logging.
commit ebc6b57161ca381eeb0ed2dd97c82b5ec09c0590
Author: isapego <[email protected]>
Date: 2016-01-26T09:34:11Z
IGNITE-2446: Added host property for OdbcConfiguration.
commit 9abee12f0ffd98ac4137337664a066572509ed60
Author: isapego <[email protected]>
Date: 2016-01-26T10:17:34Z
IGNITE-2444: Removed mentions of the VS-2014 from odbc.sln.
commit f58ceb64fa3c491eaf0d38820013d29a1a54a1c6
Author: isapego <[email protected]>
Date: 2016-01-26T10:27:16Z
IGNITE-2441: Fixed ToolsVersion for C++ VS projects.
commit 57822b6118a2c22ee17794f32bb55e3370eb4490
Author: isapego <[email protected]>
Date: 2016-01-26T13:09:42Z
IGNITE-2445: Fixed JavaDocs for ODBC.
commit e8287063908ec918f5afa72032854e7bf5a54f20
Author: isapego <[email protected]>
Date: 2016-01-26T13:43:39Z
IGNITE-2442: ODBC projects moved to main cpp solution.
----
> Need to implement ODBC driver for Ignite
> ----------------------------------------
>
> Key: IGNITE-1786
> URL: https://issues.apache.org/jira/browse/IGNITE-1786
> Project: Ignite
> Issue Type: New Feature
> Components: odbc
> Reporter: Dmitriy Setrakyan
> Assignee: Igor Sapego
> Fix For: 1.6
>
>
> # We have a C++ API for Ignite which starts JVM internally. Probably we can
> just add that ODBC API there.
> # Another approach is to implement really separate driver and a network
> server on java side which will interact with each other.
> The first one is simpler and probably more effective, but heavyweight. The
> second one is probably slower but but more lightweight.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)