Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for != and NOT_IN queries #350

Merged
merged 6 commits into from Sep 8, 2020
Merged

feat: add support for != and NOT_IN queries #350

merged 6 commits into from Sep 8, 2020

Commits on Aug 31, 2020

  1. feat: add support for != and NOT_IN queries

    Brian Chen committed Aug 31, 2020
    Copy the full SHA
    4d037c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. add null/NaN test for whereNotIn

    Brian Chen committed Sep 1, 2020
    Copy the full SHA
    d95c5ca View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Update google-cloud-firestore/src/main/java/com/google/cloud/firestor…

    …e/Query.java
    
    Co-authored-by: Sebastian Schmidt <mrschmidt@google.com>
    Brian Chen and schmidt-sebastian committed Sep 8, 2020
    Copy the full SHA
    a90c9bc View commit details
    Browse the repository at this point in the history
  2. Update google-cloud-firestore/src/main/java/com/google/cloud/firestor…

    …e/Query.java
    
    Co-authored-by: Sebastian Schmidt <mrschmidt@google.com>
    Brian Chen and schmidt-sebastian committed Sep 8, 2020
    Copy the full SHA
    ae89340 View commit details
    Browse the repository at this point in the history
  3. Update google-cloud-firestore/src/test/java/com/google/cloud/firestor…

    …e/it/ITSystemTest.java
    
    Co-authored-by: Sebastian Schmidt <mrschmidt@google.com>
    Brian Chen and schmidt-sebastian committed Sep 8, 2020
    Copy the full SHA
    b040de7 View commit details
    Browse the repository at this point in the history
  4. update conflicting names

    Brian Chen committed Sep 8, 2020
    Copy the full SHA
    3846f5c View commit details
    Browse the repository at this point in the history