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

Support multi-key querying with complex keys (issue #54) #56

Merged
merged 1 commit into from Apr 15, 2016

Conversation

iddo
Copy link
Contributor

@iddo iddo commented Jan 26, 2016

Fixes issue #54

(Tested)

@@ -95,6 +96,18 @@ public void byComplexKey() {
}

@Test
public void byComplexKeys() {
List<int[]> keysToGet = new Vector<int[]>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is just a test and doesn't need changing. But in Java you're generally better off using an ArrayList rather than a Vector because most code doesn't need the synchronization that Vector provides.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. But as you said this is just a test so I'm not going to invest more time in it.

@lightcouch lightcouch merged commit 0847c67 into lightcouch:master Apr 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants