Ido Salomon
c1dc00ca66
Revert "issue-2303: Consider optimising AbstractSQL::newInstance (becomes a bottleneck for small queries)"
...
This reverts commit 1b2af5510d .
2020-03-02 23:28:19 +02:00
Rajesh Balamohan
1b2af5510d
issue-2303: Consider optimising AbstractSQL::newInstance (becomes a bottleneck for small queries)
2020-03-02 18:42:27 +02:00
cpugputpu
1f8d4c168f
use LinkedHashSet for deterministic order
2020-03-02 04:17:13 -08:00
Ido Salomon
6ed90d6779
fix: coveralls badge
2020-02-29 18:23:01 +02:00
Pavel Polívka
383236b3c9
Hibernate 5 3 fix proper solution ( #2354 )
...
* Fix: Hibernate compatibility issues (up to at least 5.4)
2020-02-29 17:31:53 +02:00
Ido Salomon
63841e9016
Revert "Use HTTPS instead of HTTP to resolve dependencies"
...
This reverts commit 74a3fbbb73 .
2020-02-13 11:38:16 +02:00
Jonathan Leitschuh
74a3fbbb73
Use HTTPS instead of HTTP to resolve dependencies
...
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
2020-02-11 17:48:04 +02:00
Robert Bain
edb2bb11e1
Merge pull request #2523 from lpandzic/AbstractQuerydslProcessor-extension
...
opened up apt API for extension
2020-02-09 21:23:42 +00:00
Danilo
c90bd88b54
Support Character.class in EnumConversion
2020-02-08 17:24:38 +02:00
lpandzic
a2c5cdf981
fixed checkstyle error in AbstractQuerydslProcessor
2020-01-30 07:43:23 +01:00
lpandzic
cbaf1cfede
flipped getClassName ternary operator
2020-01-29 07:36:23 +01:00
lpandzic
7d772cbab8
opened up apt API for extension
2020-01-27 15:08:08 +01:00
Jan-Willem Gmelig Meyling
9ce8af1561
Bind APT ProcessingEnvironment in APT module
2020-01-23 10:20:35 +02:00
Jan-Willem Gmelig Meyling
231b0b1ffa
Allow extension of AbstractQuery#createQuery
...
Subclasses of `AbstractQuery` may override `createQuery()`, but not `createQuery(QueryModifiers, boolean)`. This leads to issues when subclasses want to adjust the rendering method. While overriding `createQuery` covers most use cases, some specific methods use `createQuery(QueryModifiers, boolean)` instead. As a result, one has to override `fetchCount`, `fetchResults`, `getResultList` , `fetchOne` and `getSingleResult` as well.
As a proof of concept, see how I've extended `AbstractQuery` for it to execute queries on top of [Blaze-Persistence](https://github.com/Blazebit/blaze-persistence ) Criteria Builder API in: https://github.com/jwgmeligmeyling/blaze-persistence-querydsl
2020-01-22 11:36:59 +02:00
Jan-Willem Gmelig Meyling
ca45aa6bef
Register APT extensions by service loader
2020-01-13 11:36:38 +02:00
Ido Salomon
86c98d691d
Bump up animal-sniffer and configure the signature to Java 8
2019-12-21 20:07:09 +02:00
John Tims
b3f0b1a24b
Merge pull request #2494 from querydsl/automate-snapshot
...
Automate snapshot deployment
2019-11-24 11:34:50 -07:00
John Tims
2d2a42878a
Automate snapshot deployment
2019-11-24 11:07:47 -07:00
John Tims
5a167bc914
[skip ci] Remove cloudbees from readme
2019-11-24 09:57:03 -07:00
John Tims
a221cd4d34
Querydsl 4.2.3-SNAPSHOT
2019-11-24 09:45:17 -07:00
John Tims
2456456239
Merge pull request #2493 from querydsl/verify
...
Clean up build
2019-11-24 07:30:06 -07:00
John Tims
34177e67f4
Run scala by itself
2019-11-23 11:58:03 -07:00
John Tims
6343e108c3
Install modules separately
2019-11-23 11:58:03 -07:00
John Tims
0e53f6d288
Run tests with verify
2019-11-23 11:58:03 -07:00
John Tims
ca4b8c9ea7
Remove mvnw
2019-11-23 11:58:03 -07:00
John Tims
f2107a8242
Querydsl 4.2.2
2019-11-23 12:20:24 +02:00
John Tims
5045261da1
Merge pull request #2490 from marcobehler/patch-1
...
Update intro.xml
2019-11-20 08:28:25 -07:00
Marco Behler
553602806b
Update intro.xml
2019-11-19 14:57:38 +01:00
John Tims
9c655094b7
Remove firebird in the tests
2019-11-16 13:51:25 +02:00
John Tims
47b3c3f04e
Remove cubrid in tests
2019-11-16 13:51:25 +02:00
John Tims
4db29f3fa0
Use xenial
2019-11-16 13:51:25 +02:00
John Tims
f97d29ec7d
Remove pullapprove
2019-11-16 13:51:25 +02:00
Ido Salomon
a5f82fe3d3
Update .travis.yml
2019-10-26 20:53:01 +03:00
Karsten Ludwig Hauser
8f30dd6db8
add values tag
2019-02-23 08:48:11 +01:00
Karsten Ludwig Hauser
a1df2054df
test insert in hibernate
2019-02-22 17:32:43 +01:00
Karsten Ludwig Hauser
42f2846740
else one line
2019-02-22 17:17:25 +01:00
Karsten Ludwig Hauser
65865cfb78
we could also use set
2019-02-22 16:41:46 +01:00
Karsten Ludwig Hauser
aa4bdd4d6d
also adjust test HibernateQueryFactory
2019-02-22 16:18:47 +01:00
Karsten Ludwig Hauser
665670734e
no trailing
2019-02-22 14:41:04 +01:00
Karsten Ludwig Hauser
ae9c135531
brackets and unused imports
2019-02-22 14:28:54 +01:00
Karsten Ludwig Hauser
df84a39734
added JPAInsertClause
2019-02-22 13:31:21 +01:00
Unknown
455a0e2e00
NullExpression with type
2019-02-08 03:36:21 -02:00
Yuri Orlov
97bfe08d68
Replace 'while' and 'for' loop to 'foreach'
2018-10-27 17:43:33 +03:00
Arlo O'Keeffe
3618ef007d
Use return type of ExecutableElement. Fixes #2296
2018-04-20 14:15:00 +02:00
BZsoldos
f8d10a847c
Testing column override with execute_with_key insertion
2018-03-26 17:51:51 +02:00
BZsoldos
093d340bfb
[SQL] Apply column name override in executeWithKey call
2018-03-26 16:11:16 +02:00
Ruben Dijkstra
2bf234caf7
Merge pull request #2276 from querydsl/querydsl-4.2.1
...
Querydsl 4.2.1
2018-03-22 08:29:40 +01:00
Timo Westkämper
d054ea0f4a
Fix travis config
2018-03-21 19:01:11 +02:00
Timo Westkämper
8321eeab36
Querydsl 4.2.1
2018-03-20 19:04:55 +02:00
Timo Westkämper
39fc342d59
Merge pull request #2273 from querydsl/querydsl-4.2.0-fixes
...
Fixes for release
2018-03-20 18:47:34 +02:00