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/02/17 18:51:33 UTC

[GitHub] ignite pull request: IGNITE-2601: Added support for Date and Times...

GitHub user isapego opened a pull request:

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

    IGNITE-2601: Added support for Date and Timestamp types. Tests also added.

    

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

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

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

    https://github.com/apache/ignite/pull/493.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 #493
    
----
commit a55f1b5c737e4380ee9e50c0f2bd473904ec08f8
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T15:56:47Z

    IGNITE-2222: Test for the Date type added.

commit 39186f4042b7453026bc7eaf088ed5c7b3462f70
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T16:39:59Z

    IGNITE-2222: Added ignite::Date class.

commit d7bf440fa0eff01babaf0979a4ea0827561f7500
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T16:51:46Z

    IGNITE-2222: Added Date reading and writing to binary utils.

commit 35a6e1edd7c9a1207b035935f86671c787618b45
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T17:03:12Z

    IGNITE-2222: Added Date to BinaryWriterImpl.

commit af8b0db6247352ae16c93c65a898255774773173
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T17:19:36Z

    IGNITE-2222: Added specialisation WriteTopObject<Date>.

commit 6f86354fd4ad3f2c0ac62ba3e5333551c6233805
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T17:24:20Z

    IGNITE-2222: BinaryRawWriter::WriteDate[Array] implemented.

commit 34bb1d68e096e083a85868dcf473f920e54c0af2
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T18:05:37Z

    IGNITE-2222: Implemented BinaryReaderImpl::ReadDate[Array].

commit b03b9bfc969d76f76e4a6e5fa401061b919cad47
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T18:08:32Z

    IGNITE-2222: Implemented BinaryRaqReader::ReadDate[Array].

commit e36f03bc5b16a074ab9308791d38a35b9bab1d72
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T18:21:15Z

    IGNITE-2222: Fix for the test.

commit 0a4b2e326b99a38336832a1289ae1461697efb3b
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T18:28:58Z

    IGNITE-2222: Added test for DateArray.

commit f08029aeb96a887c679f821f488b5d22b7a612fb
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T18:44:16Z

    IGNITE-2222: Added BinaryWriter::WriteDate[Array].

commit e80350a4a0ae7bb5ab714f0bcb21b3b14236a8d8
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T18:47:53Z

    IGNITE-2222: Added BinaryReader::ReadDate[Array].

commit 7428a3b1b3937d36f048916aeb773a2f058373f3
Author: isapego <is...@gridgain.com>
Date:   2016-02-08T19:06:36Z

    IGNITE-2222: Tests for Date type reworked.

commit 14d921b89c6d89e0368a044bd3eeff4e4f6a503f
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T13:12:26Z

    IGNITE-2222: Added timestamp class.

commit 0263b602c85f0f5f5c94fb80d4571612fb923813
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T13:28:56Z

    IGNITE-2222: Added binary utils for Timestamp.

commit 937248c3ace1b070c1c558c7fe17ce2864e735a4
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T13:36:48Z

    IGNITE-2222: Timestamp binary type added.

commit 37db4a2a748582b7a83b51fdf46f8648e1fa4f87
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T13:41:56Z

    IGNITE-2222: Added BinaryWriterImpl::WriteTimestamp[Array]().

commit a5583a79bbfec3157ae595b7c22cefc3be614706
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T13:51:03Z

    IGNITE-2222: Added BinaryReaderImpl::ReadTimestamp[Array]().

commit 8e1a023ff3fbc480a9c6f17a239f7e11ce04f63b
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T13:57:05Z

    IGNITE-2222: Added BinaryWriter::WriteTimestamp[Array]().

commit 8a851fd65a69231ff7477882554143a9f085bfcb
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T13:59:17Z

    IGNITE-2222: Added BinaryReader::ReadTimestamp[Array]().

commit e4f2cdf5e0c7cbffd287c024191caff5e5bed9e1
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T14:01:11Z

    IGNITE-2222: Added BinaryRawReader::ReadTimestamp[Array]().

commit 26cd9ea51d1f627be21ad2aee3632602b3cf5126
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T14:04:06Z

    GNITE-2222: Added BinaryRawWriter::WriteTimestamp[Array]().

commit 67cacde49c67a5c811116f88c3adf8873b27e1a4
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T14:14:40Z

    IGNITE-2222: Added tests for Timestamp binary type.

commit 78f7acaaf7812ae9ac700b7da4051baa8bd10807
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T14:33:49Z

    IGNITE-2222: Fix for autotools build system.

commit b49c01277577b1e50f69b6d7fb9dc8851d81b30e
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T16:08:22Z

    IGNITE-2601: Added Date and Timestamp to type traits.

commit d35689bb46deb0b13a1fe5953861c08cd4d29f5b
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T16:09:16Z

    IGNITE-2601: Added reading of values of types Date and Timestamp in Column

commit 925e5b49d33e465778e8374a8751e3df1fbfcfaa
Author: isapego <is...@gridgain.com>
Date:   2016-02-09T17:16:56Z

    IGNITE-2601: Implemented Date and Timestamp putting in buffer.

commit a4674547ebb4c8e185e077fb9b61281c212c9c28
Author: isapego <is...@gridgain.com>
Date:   2016-02-10T10:26:59Z

    IGNITE-2601: Implemented parameter retrieving from user buffer.

commit 7f0c3a51cc22448b53a838430031e0d93eb8de37
Author: isapego <is...@gridgain.com>
Date:   2016-02-17T14:39:19Z

    IGNITE-2601: Added string -> Date test for ApplicationDataBuffer.

commit 30029555d97da8d23368420fcb9603d147d58514
Author: isapego <is...@gridgain.com>
Date:   2016-02-17T14:40:34Z

    IGNITE-2601: Added fix for string -> Date cast.

----


---
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: IGNITE-2601: Added support for Date and Times...

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

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


---
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.
---