Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npiv/rethink-java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dropbox/rethink-java-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 43 files changed
  • 3 contributors

Commits on Mar 20, 2015

  1. Configuration menu
    Copy the full SHA
    8d55552 View commit details
    Browse the repository at this point in the history
  2. Switch to unix line endings

    ddfisher committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    8e89b0b View commit details
    Browse the repository at this point in the history
  3. Add between query

    ddfisher committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    859e68e View commit details
    Browse the repository at this point in the history
  4. Minor orderBy fixups

    - orderBy can now take a ASC or DESC index
    - fix one of the orderBy methods trying to pass in a List<Object> to a
      varargs method when it needed to be an Object[]
    ddfisher committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    91c312b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Configuration menu
    Copy the full SHA
    5d688fe View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Configuration menu
    Copy the full SHA
    4009d0e View commit details
    Browse the repository at this point in the history
  2. Ignore synthetic fields in reflection

    Synthetic fields are compiler-generated implementation artifacts that should not be reflected. This was causing errors for me when running tests with JaCoCo switched on—c.f. http://www.eclemma.org/jacoco/trunk/doc/faq.html ("My code uses reflection. Why does it fail when I execute it with JaCoCo?")
    zacharyvoase committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    0f51ee4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from zacharyvoase/patch-1

    Ignore synthetic fields in reflection
    ddfisher committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    2107fb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Configuration menu
    Copy the full SHA
    4e780af View commit details
    Browse the repository at this point in the history
Loading