Timo Westkämper
c24bb0bbfd
Stubs for DB2 support
2014-12-18 23:36:53 +02:00
Ruben Dijkstra
e3850d6426
Merge pull request #1083 from querydsl/i1082
...
Fix behaviour on Boolean value
2014-12-13 00:45:24 +01:00
Timo Westkämper
6683d1bcf4
Fix imports
2014-12-13 00:00:08 +02:00
Timo Westkämper
dba36b7130
Add cast
2014-12-12 23:07:07 +02:00
Timo Westkämper
42c06188b9
Fix parameter
2014-12-12 23:01:55 +02:00
Ruben Dijkstra
d759811f2a
Merge pull request #1081 from querydsl/i1079
...
Improve null handling
2014-12-12 21:43:22 +01:00
Timo Westkämper
53daa02e8b
Fix behaviour on Boolean value
2014-12-10 19:51:02 +02:00
Timo Westkämper
a1e4c49efe
Skip UUID test for literal usage
2014-12-10 18:48:46 +02:00
Timo Westkämper
a20da34f65
Improve tests
2014-12-09 22:24:53 +02:00
Timo Westkämper
6ff0dcea4a
Improve null handling
...
Add more tests for literal serialization
2014-12-09 20:04:59 +02:00
Timo Westkämper
c5bce173ce
Merge branch 'master' into junit
2014-12-09 19:01:42 +02:00
Timo Westkämper
1f8dcaac72
Merge pull request #1075 from querydsl/manual_array_copy
...
Remove all manual array copying code
2014-12-09 18:55:10 +02:00
Timo Westkämper
a5db47a555
Merge pull request #1076 from querydsl/utility_methods
...
Improve readability by using the isAnnotationPresent utility method
2014-12-09 18:55:01 +02:00
Ruben Dijkstra
8417375e70
Remove all manual array copying code
...
Additionally, use Guava's splitter to split Strings
2014-12-07 21:58:45 +01:00
Ruben Dijkstra
c1343214fc
Use the already present 'Enclosed' JUnit test suite
2014-12-02 10:52:20 +01:00
Timo Westkämper
584e5b573e
Add exclusion
2014-11-29 22:25:17 +02:00
Timo Westkämper
4cdcff5c97
Merge branch 'master' into groupby-count
2014-11-29 22:07:08 +02:00
Timo Westkämper
c0ff2814c4
Merge pull request #1056 from querydsl/i1055
...
Fix count with empty resultsets
2014-11-29 15:14:21 +02:00
Ruben Dijkstra
ded1cbe800
Wrap RelationalFunctionCalls in joins for HSQLDB
2014-11-28 15:37:42 +01:00
Timo Westkämper
17d917f1b6
Fix handling for PostgreSQL and Oracle
2014-11-27 20:04:46 +02:00
Timo Westkämper
1c12c6f648
Fix groupBy/count handling
2014-11-27 19:35:13 +02:00
Ruben Dijkstra
3a526fdde2
Added join condition for Having_Count()
2014-11-26 22:02:10 +01:00
Ruben Dijkstra
fb505d0495
Fix count with empty resultsets
2014-11-26 21:28:18 +01:00
Ruben Dijkstra
958c657f50
Merge pull request #1037 from querydsl/sqlxml
...
Add SQLXML support
2014-11-16 21:54:07 +01:00
Timo Westkämper
5f057a4e71
Improve tests
2014-11-09 12:10:52 +02:00
Timo Westkämper
661d0c8564
Add tests
2014-11-09 00:16:54 +02:00
Ruben Dijkstra
d4f7a5d851
Exclude In_Long_List() for MSSQL Server
...
The jTDS Driver puts a limit of 2000 parameter markers on the generated
SQL
2014-11-06 23:05:42 +01:00
Timo Westkämper
314678c057
Merge branch 'master' into i1022
2014-11-06 21:56:28 +02:00
Ruben Dijkstra
2a800b3cc0
Add keyword quoting test suite
2014-11-04 00:14:28 +01:00
Ruben Dijkstra
812201f9b7
Add serializer test case for unquoted keywords after dot
2014-11-03 09:51:25 +01:00
Timo Westkämper
2073164a02
Exclude tests in Firebird
2014-11-01 20:25:57 +02:00
Timo Westkämper
0c1768a4d9
Exclude tests in Derby
2014-11-01 13:11:20 +02:00
Timo Westkämper
a8034ab226
Partition lists when needed
2014-11-01 12:53:33 +02:00
Ruben Dijkstra
c6421e849a
Reintegration merge with master
...
Merge remote-tracking branch 'querydsl/master' into quote_reserved_keywords
Conflicts:
querydsl-sql/src/main/java/com/mysema/query/sql/MySQLTemplates.java
querydsl-sql/src/main/java/com/mysema/query/sql/SQLTemplates.java
2014-10-21 09:16:12 +02:00
Ruben Dijkstra
60a8679a79
Add the simple exception creation case to the ExceptionSuiteTest
2014-10-20 16:51:13 +02:00
Ruben Dijkstra
487950db98
Add specific asserts for Java 6 and 7
2014-10-18 20:54:34 +02:00
Ruben Dijkstra
a4e3dc622b
Add another batch in the H2ExceptionSuiteTest
2014-10-18 20:44:59 +02:00
Ruben Dijkstra
16497e22bd
Cleanup of the added unique constraint after the test
2014-10-18 20:03:47 +02:00
Ruben Dijkstra
d3ffd3e3d2
Add additional SQLExceptions to the QueryException output
...
Fixes #1007
When JRE6 is used, it adds an extra Exception with additional information.
When JRE7 is used, it adds the extra SQLExceptions as suppressed exceptions.
2014-10-16 20:54:07 +02:00
Timo Westkämper
4e7a93ba3c
Merge pull request #1002 from querydsl/sql-path-in-collection
...
Improve path in collection handling
2014-10-14 17:00:05 +03:00
Timo Westkämper
a5e08d1d57
Merge pull request #1005 from querydsl/i1004
...
Improve Wildcard.all and array handling
2014-10-14 16:59:54 +03:00
Ruben Dijkstra
7d5dd0d614
Add round operator to SQLServerTemplates
2014-10-13 00:29:06 +02:00
Ruben Dijkstra
3261030c2c
Add padding support for MSSQL Server
2014-10-13 00:28:55 +02:00
Timo Westkämper
1515ed0de3
Add another array test
2014-10-12 22:46:19 +03:00
Timo Westkämper
f68a2639eb
Improve array handling
2014-10-12 22:26:27 +03:00
Timo Westkämper
ca7b637150
Generalize support for path.in(empty)
2014-10-11 11:28:48 +03:00
Timo Westkämper
e83c592d06
Improve path in collection handling
2014-10-11 00:57:14 +03:00
Ruben Dijkstra
48b39df641
Merge pull request #991 from querydsl/sql-test
...
Add test case
2014-10-08 19:22:05 +02:00
Timo Westkämper
2a298ed52f
Merge branch 'master' into i990
2014-10-07 08:46:09 +03:00
Ruben Dijkstra
ee5d14eb1d
Fix Math tests Firebird
2014-10-06 23:36:07 +02:00