Commit Graph

5705 Commits

Author SHA1 Message Date
Ruben Dijkstra
423d0b02ee Enrich the JodaTimeSupportTest with expression type checking 2014-11-16 23:30:21 +01:00
Ruben Dijkstra
2921123f61 Refactor APT AbstractTest to enable expression type checking 2014-11-16 23:17:27 +01:00
Timo Westkämper
0614541da1 Merge pull request #1038 from querydsl/i750-2
Added problematic codegen test case
2014-11-09 21:09:01 +02:00
Timo Westkämper
d11187db82 Simplify conditions 2014-11-05 22:18:01 +02:00
Timo Westkämper
262eeb78b9 Improve type comparisons 2014-11-05 20:37:12 +02:00
Ruben Dijkstra
bd6c0786bb Added problematic codegen test case
Reusing type parameter names proves to be challenging
2014-10-30 22:09:50 +01:00
Ruben Dijkstra
4485df4de6 Update test case for #750 to reflect the mismatched names 2014-10-29 21:02:24 +01:00
Ruben Dijkstra
a94afa0b6f Merge pull request #985 from querydsl/i975
Add pluggable validation for PathBuilder
2014-10-22 22:31:38 +02:00
Timo Westkämper
355e358cd2 Merge pull request #1009 from querydsl/quote_reserved_keywords
Quote reserved keywords
2014-10-21 21:52:38 +03:00
Timo Westkämper
9bb4d79a45 Remove unused FIREBIRD_RESERVED_WORDS 2014-10-21 21:08:43 +03: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
fb18269f31 Equalize field signature reserved keyword list 2014-10-21 09:13:09 +02:00
Timo Westkämper
962c13de02 Merge pull request #986 from querydsl/i984
Improve docs for Detachable
2014-10-20 23:31:31 +03:00
Timo Westkämper
d9e9c620af Update docs 2014-10-20 23:05:44 +03:00
Timo Westkämper
b7e97fd786 Add more examples 2014-10-20 22:41:02 +03:00
Timo Westkämper
76f1221868 Add examples 2014-10-20 22:33:19 +03:00
Timo Westkämper
593f8abf44 Merge pull request #1008 from querydsl/sqlexception
Add additional SQLExceptions to the QueryException output
2014-10-20 22:25:23 +03:00
Timo Westkämper
df20f37185 Add return docs 2014-10-20 21:53:22 +03:00
Ruben Dijkstra
60a8679a79 Add the simple exception creation case to the ExceptionSuiteTest 2014-10-20 16:51:13 +02:00
Ruben Dijkstra
5cb9097cff Change author tag in JavaDoc 2014-10-18 22:14:16 +02:00
Ruben Dijkstra
487950db98 Add specific asserts for Java 6 and 7 2014-10-18 20:54:34 +02:00
Ruben Dijkstra
974574dc90 Add support for access to the used Java version in tests 2014-10-18 20:52:21 +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
511955e1cc Remove the {@literal } wrapping in the JavaDoc 2014-10-18 20:02:09 +02:00
Ruben Dijkstra
88684e8cf2 Merge pull request #997 from querydsl/having-validation
Remove validation from having additions
2014-10-18 19:12:46 +02:00
Timo Westkämper
51c4af709b Add test 2014-10-17 21:38:42 +03:00
Timo Westkämper
fb9e9385fb Move specific validate return type to PathBuilder 2014-10-17 21:31:04 +03:00
Ruben Dijkstra
0a06d3212e Separate the individual exceptions with a blank line 2014-10-17 10:32:23 +02:00
Ruben Dijkstra
db1d0f332f Correctly get the linked SQLExceptions 2014-10-16 22:01:02 +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
8e64bc1607 Merge pull request #1000 from querydsl/i932
Add UnsupportedOperationException usage for missing features
2014-10-13 22:06:09 +02:00
Timo Westkämper
2e3ae10349 Improve conversion 2014-10-13 21:29:25 +03:00
Timo Westkämper
2831a8efe1 Change exception message 2014-10-13 21:20:24 +03:00
Timo Westkämper
3b79ef5804 Merge pull request #1006 from querydsl/mssql_ops
Add additional MSSQL Server functions
2014-10-13 18:35:38 +03:00
Ruben Dijkstra
7c0311480a Change operators to lowercase in SQLServerTemplates 2014-10-13 00:29:09 +02: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
95a560675c Add comment 2014-10-12 23:10:23 +03:00
Timo Westkämper
0922b8f15b Disable getArray for CUBRID 2014-10-12 23:04:19 +03: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
19273100df Improve Wildcard.all handling 2014-10-12 20:53:07 +03:00
Timo Westkämper
10e7f5d5ea Use LinkedList for constantPaths 2014-10-12 19:41:20 +03:00
Timo Westkämper
13511012e9 Add tests fpr JDO 2014-10-11 23:13:25 +03:00
Timo Westkämper
7d6de92d79 Add element type handling 2014-10-11 11:53:45 +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