You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by kaspersorensen <gi...@git.apache.org> on 2017/12/07 04:14:21 UTC

[GitHub] metamodel pull request #172: Map value resolution in where with travis ci in...

GitHub user kaspersorensen opened a pull request:

    https://github.com/apache/metamodel/pull/172

    Map value resolution in where with travis ci integration tests

    Same as #171, but with a tweak to the travis CI setup to enable running of MongoDB integration tests.
    Doing this in a separate branch in case the Travis changes really doesn't work ;-)

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

    $ git pull https://github.com/kaspersorensen/metamodel map-value-resolution-in-where-with-travis-ci-integration-tests

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

    https://github.com/apache/metamodel/pull/172.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 #172
    
----
commit 1bac17863a2a7c49ba8686fb4dc47d67a1a71773
Author: Kasper Sørensen <i....@gmail.com>
Date:   2017-11-30T06:27:05Z

    METAMODEL-1173: Fixed issue with evaluating ScalarFunctions in WHERE.

commit 935804ee3bb05baaf8a76dad81519013f73ef8fa
Author: Kasper Sørensen <i....@gmail.com>
Date:   2017-11-30T16:02:26Z

    Removed dependency on Guava for the ToStringFunction & SelectItemParser

commit d14b0a7d8d2952c4e045994153d12e69fde7d6ae
Author: Kasper Sørensen <i....@gmail.com>
Date:   2017-12-06T03:30:31Z

    Made the substring function more robust (and added unit test)

commit 7cb6dc4969427f9f0620dd81da67100b8c33972e
Author: Kasper Sørensen <i....@gmail.com>
Date:   2017-12-07T04:01:52Z

    Added two substring functions: SUBSTRING (SQL like) and JAVA_SUBSTRING

commit 554a94e45ad84412d174e97de3a76e0f53fcbacd
Author: Kasper Sørensen <i....@gmail.com>
Date:   2017-12-07T04:12:28Z

    Enabled MongoDb integtration tests in travis CI

----


---

[GitHub] metamodel issue #172: METAMODEL-1173: Same as #171, but with Travis CI integ...

Posted by kaspersorensen <gi...@git.apache.org>.
Github user kaspersorensen commented on the issue:

    https://github.com/apache/metamodel/pull/172
  
    Ok that seemed to work - closing this in order to just have #171 


---

[GitHub] metamodel pull request #172: METAMODEL-1173: Same as #171, but with Travis C...

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

    https://github.com/apache/metamodel/pull/172


---