jooq/jOOQ
Knut Wannheden 156386586f [jOOQ/jOOQ#8853] Guard against unexpected method calls
Depending on what local variable types are used in the user's Java code
(and even on which Java compiler is being used!) a call intended for
`DSL#all(Field...)` may end up being compiled to call
`DSL#all(Object...)`.

To guard against such situations the `DSL#all(Object...)` and
`DSL#any(Object...)` methods now check if the argument is actually an
instance of `Field[]`.

Also fixes parser, which was a victim of the problem described above.
2019-07-03 15:11:27 +02:00
..
src/main [jOOQ/jOOQ#8853] Guard against unexpected method calls 2019-07-03 15:11:27 +02:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml