bodar / lazyrecords

Think LINQ for Java
8 stars 4 forks source link

SqlRecords not(in(sequence)) #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Predicates.not(in(1,2,3)) 

produces SQL:

not ( in(1,2,3) )

Which is invalid

Original issue reported on code.google.com by matthew....@gmail.com on 14 Jan 2013 at 2:01

GoogleCodeExporter commented 9 years ago
This is valid SQL, which database doesn't support this? MySql?

Original comment by daniel.bodart@gmail.com on 12 Nov 2013 at 2:26

GoogleCodeExporter commented 9 years ago
No response so closing

Original comment by daniel.bodart@gmail.com on 19 Nov 2014 at 9:52