Commit Graph

1857 Commits

Author SHA1 Message Date
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
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
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
Timo Westkämper
c39375ee86 Merge pull request #999 from querydsl/doc_hints
Aid end users more in the context of the code snippets
2014-10-09 17:48:08 +03:00
Ruben Dijkstra
d48560bfda Add the context of the plugin in the example snippet in the README 2014-10-09 10:46:51 +02: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
da26e31da1 Merge pull request #992 from querydsl/i990
Register MSSQL Server specific math functions
2014-10-07 17:09:14 +03:00
Timo Westkämper
4448816f07 Merge pull request #994 from querydsl/single_result
Remove limit(1) when calling singleResult()
2014-10-07 17:08:58 +03: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
Ruben Dijkstra
77701f1d51 Fix Math tests MSSQL Server 2014-10-06 21:47:54 +02:00
Ruben Dijkstra
3f1afa8771 Fix logarithm functions MSSQL Server
Add MSSQL Server's LOG() function to SQLServerTemplates
2014-10-06 21:44:17 +02:00
Timo Westkämper
bd03287277 Add test case 2014-10-06 21:19:00 +03:00
Ruben Dijkstra
624d09e879 Remove limit(1) when calling singleResult()
In singleResult, the query will already be limited to 1 result
2014-10-06 09:28:15 +02:00
Ruben Dijkstra
410f4268e1 Update SQLSerializerTest to expect quoting of reserved words 2014-10-02 20:57:08 +02:00
Ruben Dijkstra
14dfff5b6e Use the MySQL 5.5 reserved words list in MySQLTemplates
The list, taken from
http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html
lists a total of 226 words.
2014-10-01 23:40:02 +02:00
Ruben Dijkstra
8627b356bb Use the PostgreSQL 9.3 reserved word list in PostgresTemplates
The list, taken from
http://www.postgresql.org/docs/9.3/static/sql-keywords-appendix.html
list a total of 100 reserved words
2014-10-01 22:44:19 +02:00
Ruben Dijkstra
170a42cdc5 Use the ANSI SQL 2008 reserved words list in SQLTemplates
The list, taken from
https://github.com/jgornick/reservedwordsearch/blob/master/words/ansi-sql2008.json
list a total of 327 words.
2014-10-01 22:38:33 +02:00
Ruben Dijkstra
8f724ab21f Update Keywords test to reflect high amount of keyword usage 2014-10-01 22:23:41 +02:00
Timo Westkämper
de8b414060 Add exclusions 2014-10-01 23:05:21 +03:00
Timo Westkämper
4deee3125b Improve validation logic 2014-10-01 22:41:27 +03:00
Timo Westkämper
119411c359 Bump version 2014-09-30 23:01:51 +03:00
Timo Westkämper
8057ecc3d8 Bump version 2014-09-30 23:01:15 +03:00