[GitHub] ignite pull request #779: IGNITE-2879: Add support for SQL_NUMERIC_STRUCT OD...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #779: IGNITE-2879: Add support for SQL_NUMERIC_STRUCT OD...

andrey-kuznetsov
GitHub user isapego opened a pull request:

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

    IGNITE-2879: Add support for SQL_NUMERIC_STRUCT ODBC type.

   

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

    $ git pull https://github.com/isapego/ignite ignite-2879

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

    https://github.com/apache/ignite/pull/779.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 #779
   
----
commit cf7cf00efc0223c8769cf6e591b9193372b696e0
Author: isapego <[hidden email]>
Date:   2016-05-24T10:52:43Z

    IGNITE-2879: FixedSizeArray implemented.

commit d47eb9ed761359ee09989870517415230d2f22ae
Author: isapego <[hidden email]>
Date:   2016-05-24T17:25:25Z

    IGNITE-2879: Implemented DynamicSizeArray. Stub for BigInteger.

commit f81ae04a2b64b9ba8a3fff6f70914cffad620f37
Author: isapego <[hidden email]>
Date:   2016-05-26T12:35:28Z

    IGNITE-2879: Further progress on BigInteger.

commit 0abcb34d9eab146449dd2cc71bab0aa940192908
Author: isapego <[hidden email]>
Date:   2016-05-26T17:10:25Z

    IGNITE-2879: Implemented multiplication for the BigInteger class.

commit f387bea6170b9fce4de33f674e3ba15e0b6ed5af
Author: isapego <[hidden email]>
Date:   2016-05-27T18:01:02Z

    IGNITE-2879: Almost implemented division.

commit 14442c050ce9e1c68a78846037180ba629616aee
Author: isapego <[hidden email]>
Date:   2016-05-30T10:36:44Z

    IGNITE-2879: Division implemented for BigInteger.

commit aeb65530006f3dc1b77697fdaedfdd1e15be7d66
Author: isapego <[hidden email]>
Date:   2016-05-30T17:18:27Z

    IGNITE-2879: Implemented Decimal cast to SQL_NUMERIC.

commit f03d9bf814ab2a05d6982becf74f7bfb8f6538c9
Author: isapego <[hidden email]>
Date:   2016-05-30T18:07:37Z

    IGNITE-2879: All ODBC code implemented. Left to implement Decimal stubs.

commit f633d5542f30f8a8468f57fc2d7c5f0609d546b6
Author: isapego <[hidden email]>
Date:   2016-05-31T12:43:39Z

    IGNITE-2879: GetPrecision implemented.

commit 7778a840aad2f3f54e420dd5792bbd996c76344b
Author: isapego <[hidden email]>
Date:   2016-05-31T18:18:36Z

    IGNITE-2879: Output operation implemented for the BigInteger and Decimal
    classes.

commit 92f28694c0cc6be3c5821f38957910ac6675036b
Author: isapego <[hidden email]>
Date:   2016-06-01T14:51:32Z

    IGNITE-2879: Implemented input operator for the Decimal.

commit 7769144302ddcf638692abafc1fe8112641455af
Author: isapego <[hidden email]>
Date:   2016-06-01T16:37:41Z

    IGNITE-2879: Added tests for Decimals. Fixes for Multiplication and Pow.

commit 27a97c509798789e7eb6b771fb9d2df083455c9b
Author: isapego <[hidden email]>
Date:   2016-06-01T17:53:55Z

    IGNITE-2879: Added tests. ToInt64() fixed.

commit ca479bba9f422d6b6487d16747c9e0a1c800c9ce
Author: isapego <[hidden email]>
Date:   2016-06-02T16:28:42Z

    IGNITE-2879: Fixed division algorithm (error in zero shifts). Added more
    tests.

commit 308529142013697043d8c9af7cd75739c80be1d3
Author: isapego <[hidden email]>
Date:   2016-06-02T16:48:35Z

    IGNITE-2879: Added result normalization after the devision.

commit f0b4bc398feadc637bf5146549a33732be3ef131
Author: isapego <[hidden email]>
Date:   2016-06-02T17:15:50Z

    IGNITE-2879: Added tests. Fixed comparation.

commit 45231da060735bb723477cab63bda1a6327e191a
Author: isapego <[hidden email]>
Date:   2016-06-02T17:45:56Z

    IGNITE-2879: Added to/from double cast.

commit 81975b45b3d7687fd43c68e46cad20fc0e737a66
Author: isapego <[hidden email]>
Date:   2016-06-03T13:08:39Z

    IGNITE-2879: Added string constructors. Input/Output tests. Bugfixes.

commit 5ba6cde0a88d358fe5b958d66646c4f0a50eb6e3
Author: isapego <[hidden email]>
Date:   2016-06-03T15:39:50Z

    IGNITE-2879: Added tests for double. Fixed cast precision.

commit a048fcb86301cca79c883e7e6a653770736910d7
Author: isapego <[hidden email]>
Date:   2016-06-03T16:15:14Z

    IGNITE-2879: Fixed data buffer tests.

commit de49135b1c1c4e5b70d4db5b699a56c1162181ac
Author: isapego <[hidden email]>
Date:   2016-06-03T17:07:43Z

    IGNITE-2879: Safer assigns.

commit e10e0041d1835065f4d6f93e12510a9314bf9ede
Author: isapego <[hidden email]>
Date:   2016-06-03T17:16:12Z

    IGNITE-2879: Autotools fix.

commit 4029d4e46fd63261802c62c90487f0587ac2aff8
Author: isapego <[hidden email]>
Date:   2016-06-03T17:29:51Z

    IGNITE-2879: Some minor fixes.

----


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #779: IGNITE-2879: Add support for SQL_NUMERIC_STRUCT OD...

andrey-kuznetsov
Github user isapego closed the pull request at:

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


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---