Commit Graph

841 Commits

Author SHA1 Message Date
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
Ruben Dijkstra
77701f1d51 Fix Math tests MSSQL Server 2014-10-06 21:47:54 +02:00
Timo Westkämper
bd03287277 Add test case 2014-10-06 21:19:00 +03:00
Ruben Dijkstra
410f4268e1 Update SQLSerializerTest to expect quoting of reserved words 2014-10-02 20:57:08 +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
Ruben Dijkstra
6b82567473 Add support for quoting reserved words 2014-09-30 11:56:27 +02:00
Timo Westkämper
da88f52533 Improve datediff test 2014-09-23 22:03:39 +03:00
Timo Westkämper
b07c6f49bb Fix LineString constraints 2014-09-20 20:30:34 +03:00
Timo Westkämper
6c832e771b Update API usage 2014-09-20 18:06:54 +03:00
Timo Westkämper
c851edd4e6 Make equals and hashCode null schema safe 2014-09-01 20:31:33 +03:00
Timo Westkämper
f1b89f6c0e Improve SQLTemplatesRegistry contents 2014-08-31 17:41:14 +03:00
Timo Westkämper
5b29aa5ddc Merge pull request #899 from querydsl/i484
Work on array support
2014-08-31 16:32:32 +03:00
Timo Westkämper
d169adb66f Add test for array types 2014-08-28 21:55:19 +03:00
Timo Westkämper
9c80cb886b Move deletion 2014-08-27 22:26:08 +03:00
Timo Westkämper
1c3d7ab16b Improve UUID support 2014-08-27 22:06:30 +03:00
Timo Westkämper
e4d74f2b80 Fix tests 2014-08-23 20:56:47 +03:00
Timo Westkämper
b87107fd0c Add valid eq/ne behaviour for RelationalPath 2014-08-23 19:12:16 +03:00
Timo Westkämper
5097bf44e4 Improve SQLTemplates usage in codegen 2014-08-21 22:18:50 +03:00
Timo Westkämper
deaa495027 Improve cubrid mappings 2014-08-18 22:40:31 +03:00
Timo Westkämper
a01a8d52ce Add typename mappings 2014-08-17 23:56:21 +03:00
Timo Westkämper
2148f469a8 Work on array support 2014-08-16 22:23:28 +03:00
Timo Westkämper
d953571b4d Merge pull request #896 from querydsl/i890
Fix boolean serialization
2014-08-15 18:25:24 +03:00
Timo Westkämper
871ba88060 Fix boolean serialization 2014-08-14 21:38:57 +03:00
Timo Westkämper
68e5c81bed Merge pull request #883 from atlassian/878-extended-sql-listener
Extended sql listener
2014-08-14 18:13:17 +03:00
Timo Westkämper
43e517172e Merge pull request #881 from querydsl/i792
Add static geo functions
2014-08-14 18:12:53 +03:00
Brad Baker
b0f2bcf7f2 Removed the logging in the tests 2014-08-14 18:35:14 +07:00
Brad Baker
061c425efb Merge remote-tracking branch 'remotes/upstream/master' into 878-extended-sql-listener
Conflicts:
	querydsl-root/pom.xml
2014-08-13 07:14:42 +07:00
Brad Baker
a9817f5d0f Removed the builder and made the internal context object mutable.
Also various fix ups from PR review
2014-08-10 11:45:56 +07:00
Timo Westkämper
e742cc0fd9 Add schema 2014-08-09 09:59:12 +03:00
Timo Westkämper
62ab0d7c80 Fix tests 2014-08-08 23:24:40 +03:00
Timo Westkämper
3b7bcd3a84 Add static geo functions 2014-08-05 19:21:30 +03:00