Commit Graph

1914 Commits

Author SHA1 Message Date
Ruben Dijkstra
3ff199fe61 ConstructorUtilsTest doesn't need to prepare an exception string, so a delegate method is not necessary. 2014-04-10 22:34:32 +02:00
Ruben Dijkstra
7779515f59 Extra normalization, otherwise compatibility is not guaranteed. 2014-04-10 21:31:07 +02:00
Ruben Dijkstra
ce2c062b44 Merged issue679 branch because of foreseen conflicts.
- conflicting getRealParameters moved to ConstructorUtils.

Merge branch 'master' of github.com:mysema/querydsl into issue679

Conflicts:
	querydsl-core/src/main/java/com/mysema/query/types/ConstructorExpression.java
2014-04-10 21:12:15 +02:00
Ruben Dijkstra
59761a03b6 amount of arguments of tested constructor should match in ProjectionsTest.Constructor_VarArgs2() 2014-04-10 21:08:05 +02:00
Ruben Dijkstra
0e27fbfd86 Moved Constructor related logic to ConstructorUtils.
Created tests for ConstructorUtils.
Updated ArrayUtils with isempty check.
ProjectionsTest edited, varargs missed an extra parameter.
2014-04-10 20:08:37 +02:00
Timo Westkämper
e53b05cf71 Merge pull request #703 from mysema/i702
Add Comparable support
2014-04-09 12:57:19 +03:00
Timo Westkämper
00f058a959 Create specialized versions based on runtime type 2014-04-09 11:50:51 +03:00
Timo Westkämper
9037b0952b Add Comparable support 2014-04-08 21:24:31 +03:00
Timo Westkämper
c92a0ed080 Improve order expression handling 2014-04-07 21:30:26 +03:00
Ruben Dijkstra
19321b08eb commented the call to varargsconstructorprovider 2014-03-25 21:50:58 +01:00
Ruben Dijkstra
03f92aa55f initial commit ConstructorProvider 2014-03-25 21:46:42 +01:00
Ruben Dijkstra
e501a0bdca invoke the toString method on the Class objects.
this allows for more verbose exception strings (class and interface keywords, or no keywords when primitive)
2014-03-25 17:44:28 +01:00
Timo Westkämper
c63b8143aa Bump version 2014-03-24 10:08:54 +02:00
Timo Westkämper
b461186fee Bump version 2014-03-24 10:07:02 +02:00
Ruben Dijkstra
5c38c2208f In-place default primitive adjustment for ConstructorExpression 2014-03-21 11:21:09 +01:00
Ruben Dijkstra
df8c1e82f1 Constructorexpression default values for primitives. 2014-03-21 00:12:29 +01:00
Timo Westkämper
a33d00f1c7 Improve Expression de/serialization behaviour #676 2014-03-11 21:38:56 +02:00
Timo Westkämper
71bac465f2 Fix any path expansion #671 2014-02-22 08:46:22 +02:00
Timo Westkämper
6649e65a5d Add count distinct for RelationalPathBase 2014-02-09 00:42:34 +02:00
Timo Westkämper
bae9d1de2d Bump version 2014-02-08 21:19:16 +02:00
Timo Westkämper
8383bd49bd Bump version 2014-02-08 21:18:45 +02:00
Timo Westkämper
52d458dbba Make QTuple$TupleImpl serializable #640 2014-01-30 22:40:05 +02:00
Timo Westkämper
b7c5bc8686 Make PathBuilder non-final #642 2014-01-30 22:38:33 +02:00
Timo Westkämper
c31f9d1750 Remove redundant throws 2014-01-25 19:38:23 +02:00
Timo Westkämper
2da96256bb Add Enum support #635 2014-01-21 19:51:27 +02:00
Timo Westkämper
ff719c4d5d Further conversion improvements #620 #626 2014-01-14 21:00:25 +02:00
Timo Westkämper
493e84eee5 Improve native query result mapping #620 2014-01-13 23:34:49 +02:00
Timo Westkämper
40ca570544 Fix TemplateExpression equals contract 2014-01-10 23:45:32 +02:00
Timo Westkämper
e34376842f Add consistent conversion for multi argument projections #620 2014-01-08 22:00:11 +02:00
Timo Westkämper
16cd6d9697 #614 Add license headers and javadocs 2014-01-05 22:12:10 +02:00
Timo Westkämper
afa20018e8 Merge pull request #570 from TuomasKiviaho/GroupExpressionNesting
Support for group expression nesting
2014-01-05 12:04:40 -08:00
Timo Westkämper
c39e2139be Bump version 2013-12-23 01:11:16 +02:00
Timo Westkämper
be3423596f Bump version 2013-12-23 01:10:41 +02:00
Timo Westkämper
2499274714 Bump version 2013-12-20 15:41:48 +02:00
Timo Westkämper
da192b89c4 Fix javadocs #604 2013-12-20 00:08:01 +02:00
Timo Westkämper
694bab52cd Use extract function as default for datetime field extraction #586 2013-12-19 10:33:09 +02:00
Timo Westkämper
dc7a70c9ce Merge branch 'master' into teradata 2013-12-19 09:02:59 +02:00
Timo Westkämper
3f4dd57bd5 Add count via analytics for oracle, postgresql and teradata #556 2013-12-17 15:21:28 +02:00
Timo Westkämper
06fb07c6a3 Remove redundant throws 2013-12-15 21:20:08 +02:00
Timo Westkämper
54937f00fa Remove redundant modifier 2013-12-15 21:16:56 +02:00
Timo Westkämper
7e9ae4c08f Remove useless String Value Of 2013-12-15 21:12:37 +02:00
Timo Westkämper
9ad304fdbe Merge branch 'master' into teradata 2013-12-14 21:16:00 +02:00
Timo Westkämper
ad4615d0fc Use Map for bindings #596 2013-12-13 22:11:32 +02:00
Timo Westkämper
35b12c1913 Fix expansion #595 2013-12-13 21:27:55 +02:00
Timo Westkämper
2f3a8cf0bc Bump version 2013-12-12 20:22:59 +02:00
Timo Westkämper
0deb89f902 Bump version 2013-12-12 20:22:12 +02:00
Timo Westkämper
c3daa0fcbc Add test for null in constructor #592 2013-12-12 17:43:44 +02:00
Timo Westkämper
c6403f2c90 Add test for inner booleanbuilders #592 2013-12-12 17:34:13 +02:00
Timo Westkämper
376e0eb26f Improve and/or creation #592 2013-12-11 17:30:13 +02:00
Timo Westkämper
d2f802078c Add stubs for orderBy path expansion #582 2013-12-11 00:03:21 +02:00