FR 195: Fixed tests for Java 8
I've added fixes to my fork: DatabaseSequenceFilterTest - only check that the appropriate exception is raised AbstractSearchTestCase - use equals() to verify that the two sets contain the same members (in any order) Jeff, if you're happy enough with the changes I'll create a merge request.
Fixed tests that were incompatible with Java 8 because they expected sets to be ordered (FR 195)
My pleasure, Jeff. Let me know if there's anything else I can pitch in with.
Metadata caching in ResultSetTableMetaData
Merge remote-tracking branch 'refs/remotes/origin/master'
Implemented metadata caching in ResultSetTableMetaData to minimize
Resolving merge conflicts