Commit Graph

1888 Commits

Author SHA1 Message Date
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
Ruben Dijkstra
407420354e Merge pull request #964 from querydsl/i692
Add Hibernate Spatial support
2014-11-29 19:11:18 +01:00
Ruben Dijkstra
845aae5325 Merge pull request #1052 from querydsl/mdc
Use MDC for query and parameters
2014-11-29 18:53:05 +01: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
b5d69edc74 Adjust the log pattern to use MDC 2014-11-28 19:03:59 +01:00
Ruben Dijkstra
29d87fa1b6 Only wrap functions in joins when they are functions 2014-11-28 17:30:24 +01: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
Timo Westkämper
f7b77d22be Use MDC for DML clauses
Improve try/finally wrapping
2014-11-26 22:19:18 +02:00
Timo Westkämper
3b43028f01 Use MDC for query and parameters 2014-11-25 21:05:29 +02:00
Ruben Dijkstra
958c657f50 Merge pull request #1037 from querydsl/sqlxml
Add SQLXML support
2014-11-16 21:54:07 +01:00
Ruben Dijkstra
d269c93ed6 Merge pull request #1026 from querydsl/i1022
Partition lists when needed
2014-11-16 12:57:20 +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
Timo Westkämper
3b90c09574 Bump version 2014-11-08 22:39:13 +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
dfefd0c982 Add SQLXML support 2014-11-06 22:11:02 +02:00
Timo Westkämper
314678c057 Merge branch 'master' into i1022 2014-11-06 21:56:28 +02:00
Timo Westkämper
7c23589cfd Merge pull request #1029 from querydsl/quote_reserved_keywords
Quote reserved keywords
2014-11-06 21:49:04 +02:00
Ruben Dijkstra
f893cafee1 Refactor inAny and notInAny to ExpressionUtils
This enables compile time checking of the parameters
2014-11-06 11:02:39 +01:00
Timo Westkämper
f79abfb7fd Fix variable usage 2014-11-05 20:42:54 +02:00
Ruben Dijkstra
a69725377b Use the supportsUnquotedReservedWordsAsIdentifier field directly 2014-11-04 19:40:58 +01: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
Ruben Dijkstra
9f8d87a138 Added support for unquoted keywords after dot 2014-11-03 00:20:28 +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
Timo Westkämper
a2c7b2dcb0 Bump version 2014-10-31 19:51:28 +02:00
Timo Westkämper
95a752b77b Bump version 2014-10-31 19:50:38 +02: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
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
511955e1cc Remove the {@literal } wrapping in the JavaDoc 2014-10-18 20:02:09 +02: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
Timo Westkämper
2e3ae10349 Improve conversion 2014-10-13 21:29:25 +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