Commit Graph

6990 Commits

Author SHA1 Message Date
Timo Westkämper
71a29fac13 Merge pull request #1983 from encircled/encircled/jpa-hints-order-fix
insertion order for JPA query hints
2016-08-07 22:06:55 +03:00
Vlad Kisel
d9ad01070d insertion order for JPA query hints 2016-08-07 21:01:04 +02:00
Timo Westkämper
9932b27187 Merge pull request #1987 from querydsl/i1980
Add test
2016-08-07 21:58:39 +03:00
Timo Westkämper
5789c7419b Add test 2016-08-06 10:49:59 +03:00
Timo Westkämper
a5e39ffa98 Merge pull request #1970 from querydsl/i1958
Initialize ConstructorExpression eagerly
2016-07-22 23:59:45 +03:00
Timo Westkämper
ab6f3f366e Fix serialization 2016-07-22 21:16:08 +03:00
Timo Westkämper
5715964be1 Merge pull request #1972 from velo/map_groupBy
Fixed map grouping by, was generating an invalid jpql query
2016-07-22 18:48:01 +03:00
Timo Westkämper
bb3fed6609 Merge pull request #1971 from querydsl/i1969
Fix null handling
2016-07-22 18:42:38 +03:00
Ruben Dijkstra
2688cd7a9b Add serializability test for ConstructorExpression 2016-07-19 15:54:16 +02:00
Ruben Dijkstra
1833e64855 Add thread safety test for ConstructorExpression 2016-07-19 15:54:09 +02:00
Ruben Dijkstra
0d2a6e4eba Extract class for Thread Safety checks 2016-07-19 15:54:08 +02:00
Marvin Froeder
a2760a2c43 Fixed map grouping by, was generating an invalid jpql query 2016-07-18 13:23:51 +12:00
Timo Westkämper
64a05e7b1f Initialize ConstructorExpression eagerly 2016-07-16 09:56:35 +03:00
Timo Westkämper
300f88d9c5 Fix null handling 2016-07-16 09:55:18 +03:00
Timo Westkämper
e6de9d134e Merge pull request #1960 from querydsl/pull-approve3
Add explanation for the `progress` labels
2016-07-11 22:09:17 +03:00
Ruben Dijkstra
15b8ab7c38 Merge pull request #1956 from balazs-zsoldos/i1955
#1955 Fix foreign key generation in MetadataExporter
2016-07-06 23:02:53 +02:00
Balazs Zsoldos
a9d41a2132 #1955 Fix ignoring foreign keys in MetadataExporter 2016-07-06 21:47:45 +02:00
Ruben Dijkstra
b75e0cea03 Add explanation for the progress labels 2016-07-05 23:17:52 +02:00
Timo Westkämper
c18d844412 Merge pull request #1957 from querydsl/pull-approve2
Use yaml list notation in pullapprove config
2016-07-05 22:34:08 +03:00
Ruben Dijkstra
374006c792 Use yaml list notation in pullapprove config 2016-07-04 21:51:35 +02:00
Timo Westkämper
c4edd4d095 Merge pull request #1950 from querydsl/pull-approve
Add PullApprove config
2016-07-04 20:01:49 +03:00
Ruben Dijkstra
2ad50c7556 Ignore author's approval 2016-07-01 21:08:17 +02:00
Ruben Dijkstra
025a78316b Add more keywords to the approve_regex 2016-07-01 21:02:01 +02:00
Ruben Dijkstra
ea1e2dd1bf Use the GitHub configuration for the teams 2016-07-01 21:02:00 +02:00
Ruben Dijkstra
61b3a87ee7 Quote the pullapprove regexes 2016-07-01 20:56:27 +02:00
Timo Westkämper
5f8337ba7d Add PullApprove config 2016-07-01 20:26:12 +03:00
Timo Westkämper
1a1b7f42d6 Bump version 2016-07-01 17:54:07 +03:00
Timo Westkämper
eef7c3f0f6 Merge pull request #1948 from querydsl/querydsl-4.1.3
Querydsl 4.1.3
2016-06-30 22:39:20 +03:00
Timo Westkämper
28f8f45524 Querydsl 4.1.3 2016-06-30 22:13:48 +03:00
Timo Westkämper
fc8b5da0fb Merge pull request #1935 from querydsl/i1933
Use default locale instead of ENGLISH
2016-06-30 21:59:27 +03:00
Timo Westkämper
9389d37b1c Merge pull request #1940 from tan31989/i1936
Join for dynamic entity path alias, querydsl-sql needs implementation
2016-06-30 21:49:49 +03:00
Timo Westkämper
d91b5d9159 Use default locale instead of ENGLISH 2016-06-30 21:22:32 +03:00
Timo Westkämper
9d7aa86548 Merge pull request #1937 from querydsl/i1932
Make cross join overridable
2016-06-30 21:19:45 +03:00
Timo Westkämper
0ded767809 Merge pull request #1946 from querydsl/i1938
Fix docs
2016-06-30 21:18:30 +03:00
Timo Westkämper
1b970c05d8 Merge pull request #1926 from querydsl/i1921
Fix end position handling
2016-06-30 21:18:08 +03:00
Timo Westkämper
f7dec5b73d Merge pull request #1930 from querydsl/i1929
Fix template handling
2016-06-30 19:43:25 +03:00
Timo Westkämper
77eb50af5d Fix docs 2016-06-30 19:41:09 +03:00
Timo Westkämper
05752afebb Merge pull request #1931 from querydsl/i1788
Bump the `maven-plugin-plugin`
2016-06-30 19:37:56 +03:00
Timo Westkämper
cfab102cac Merge pull request #1925 from querydsl/i1923
Fix docs
2016-06-30 19:27:31 +03:00
Timo Westkämper
2281271d7d Make cross join overridable 2016-06-30 19:26:49 +03:00
nagarajt
478dde3b1a Added some test cases and also updated the incorrect java docs 2016-06-30 11:04:27 +05:30
nagarajt
82740e944b Updated the method docs 2016-06-29 17:14:36 +05:30
nagarajt
7bc1e3e582 Join for dynamic entity path alias, querydsl-sql needs implementation for EntityPath and alias 2016-06-29 11:40:25 +05:30
Ruben Dijkstra
d8dcb9284f Merge pull request #1900 from querydsl/i1898
Issue 1898: Coalesce using UNION keyword instead of a comma
2016-06-28 17:31:36 +02:00
Timo Westkämper
0cff0fc799 Fix numeric type usage 2016-06-24 13:31:42 +03:00
Timo Westkämper
2a34ed63b3 Add test 2016-06-24 11:02:06 +03:00
Ruben Dijkstra
cdf5e111c8 Bump the maven-plugin-plugin
This fixes the parsing of plugin descriptors (the doclets) and the writing of the names of the parameters
2016-06-21 21:58:20 +02:00
Timo Westkämper
e6eba39ea2 Add set support 2016-06-20 00:41:14 +03:00
Robert Bain
24ab7eb036 Issue 1898: Coalesce using UNION keyword instead of a comma 2016-06-20 00:41:05 +03:00
Timo Westkämper
fbd75c840e Fix end position handling 2016-06-17 22:37:17 +03:00