Timo Westkämper
|
daad4b4e84
|
Merge pull request #1073 from querydsl/i1071
Respect the user-specified existing templates during JPAQuery.clone()
|
2014-12-19 19:31:17 +02:00 |
|
Ruben Dijkstra
|
4ecba55bc8
|
Implement the JPAQueryMutabilityTests
|
2014-12-17 23:04:10 +01:00 |
|
Ruben Dijkstra
|
2f7a6c8f3f
|
Merge branch 'master' of github.com:querydsl/querydsl into i1071
|
2014-12-17 22:01:42 +01:00 |
|
Ruben Dijkstra
|
129096a8fd
|
Merge pull request #1086 from querydsl/sqlserver-test-fixes
Fix SQL Server tests
|
2014-12-17 17:08:23 +01:00 |
|
Timo Westkämper
|
5c37763ea8
|
Merge pull request #1085 from querydsl/template_default_instance
Verify presence of default instance for Templates subclasses
|
2014-12-15 22:21:54 +02:00 |
|
Timo Westkämper
|
26d30f3c98
|
Replace junit.framework.Assert with org.junit.Assert
|
2014-12-14 13:10:51 +02:00 |
|
Timo Westkämper
|
cb16f386db
|
Fix SQL Server tests
|
2014-12-14 12:34:35 +02:00 |
|
Ruben Dijkstra
|
e26b593197
|
Verify presence of default instance for Templates subclasses
|
2014-12-14 00:12:45 +01:00 |
|
Ruben Dijkstra
|
acd71883ed
|
Merge pull request #1066 from querydsl/i1032
Unified handling of collection and map member access for JPA
|
2014-12-13 12:22:47 +01:00 |
|
Timo Westkämper
|
6bca4c1fd0
|
Organize imports
|
2014-12-13 12:55:27 +02:00 |
|
Ruben Dijkstra
|
e3850d6426
|
Merge pull request #1083 from querydsl/i1082
Fix behaviour on Boolean value
|
2014-12-13 00:45:24 +01:00 |
|
Timo Westkämper
|
6683d1bcf4
|
Fix imports
|
2014-12-13 00:00:08 +02:00 |
|
Timo Westkämper
|
dba36b7130
|
Add cast
|
2014-12-12 23:07:07 +02:00 |
|
Timo Westkämper
|
42c06188b9
|
Fix parameter
|
2014-12-12 23:01:55 +02:00 |
|
Ruben Dijkstra
|
d759811f2a
|
Merge pull request #1081 from querydsl/i1079
Improve null handling
|
2014-12-12 21:43:22 +01:00 |
|
Timo Westkämper
|
62edcc1481
|
Improve literal serialization
|
2014-12-11 22:44:48 +02:00 |
|
Timo Westkämper
|
53daa02e8b
|
Fix behaviour on Boolean value
|
2014-12-10 19:51:02 +02:00 |
|
Timo Westkämper
|
a1e4c49efe
|
Skip UUID test for literal usage
|
2014-12-10 18:48:46 +02:00 |
|
Timo Westkämper
|
5d964f2e89
|
Merge pull request #1078 from querydsl/validate_enum_conversion
Validate whether an enum type is supplied in EnumConversion
|
2014-12-10 15:17:45 +02:00 |
|
Timo Westkämper
|
05b9ecfa97
|
Merge pull request #1077 from querydsl/doc_readability
Doc readability
|
2014-12-10 15:17:32 +02:00 |
|
Timo Westkämper
|
57a5523cf8
|
Call addBatch only if in batch mode
|
2014-12-09 23:33:47 +02:00 |
|
Timo Westkämper
|
d0d868d250
|
Merge pull request #1070 from querydsl/junit
Enhancements to the test platform
|
2014-12-09 23:11:06 +02:00 |
|
Timo Westkämper
|
96e538878f
|
Improve batch handling
|
2014-12-09 22:38:14 +02:00 |
|
Timo Westkämper
|
a20da34f65
|
Improve tests
|
2014-12-09 22:24:53 +02:00 |
|
Timo Westkämper
|
6ff0dcea4a
|
Improve null handling
Add more tests for literal serialization
|
2014-12-09 20:04:59 +02:00 |
|
Timo Westkämper
|
c5bce173ce
|
Merge branch 'master' into junit
|
2014-12-09 19:01:42 +02:00 |
|
Timo Westkämper
|
33512b4c2b
|
Merge pull request #1074 from querydsl/travis_fold
Fold test output via travis_fold
|
2014-12-09 18:55:20 +02:00 |
|
Timo Westkämper
|
1f8dcaac72
|
Merge pull request #1075 from querydsl/manual_array_copy
Remove all manual array copying code
|
2014-12-09 18:55:10 +02:00 |
|
Timo Westkämper
|
a5db47a555
|
Merge pull request #1076 from querydsl/utility_methods
Improve readability by using the isAnnotationPresent utility method
|
2014-12-09 18:55:01 +02:00 |
|
Ruben Dijkstra
|
13e55748a9
|
Validate whether an enum type is supplied in EnumConversion
|
2014-12-08 21:30:57 +01:00 |
|
Ruben Dijkstra
|
568b0fc06f
|
Improve the readability of javadoc
|
2014-12-08 21:18:26 +01:00 |
|
Timo Westkämper
|
382b4dbbab
|
Fix tests
|
2014-12-08 21:40:08 +02:00 |
|
Timo Westkämper
|
e90c2f48a6
|
Revert PathMetadataFactory change
|
2014-12-07 23:03:03 +02:00 |
|
Timo Westkämper
|
eb60a83372
|
Simplify map expressions
|
2014-12-07 23:01:58 +02:00 |
|
Ruben Dijkstra
|
8417375e70
|
Remove all manual array copying code
Additionally, use Guava's splitter to split Strings
|
2014-12-07 21:58:45 +01:00 |
|
Timo Westkämper
|
fb2cea9c17
|
Replace proprietary annotation
|
2014-12-07 22:54:13 +02:00 |
|
Timo Westkämper
|
e81325e009
|
Unify JPAMapAccessVisitor and JPAListAccessVisitor
|
2014-12-07 22:51:19 +02:00 |
|
Ruben Dijkstra
|
d1668c80df
|
Fold test output via travis_fold
|
2014-12-06 22:25:24 +01:00 |
|
Timo Westkämper
|
5d9f5b34f8
|
Use left join
|
2014-12-06 20:11:48 +02:00 |
|
Ruben Dijkstra
|
0640aa1895
|
Merge pull request #1065 from querydsl/i1062
Serialization of predicates
|
2014-12-05 16:05:25 +01:00 |
|
Ruben Dijkstra
|
f2738519b0
|
Fold test output via travis_fold
|
2014-12-05 00:03:04 +01:00 |
|
Ruben Dijkstra
|
640b34ddf0
|
Revert "Tell Travis to wait for the build to complete"
This reverts commit ee53603614.
|
2014-12-04 21:59:01 +01:00 |
|
Ruben Dijkstra
|
9c093a4d61
|
Change clone() to copy all state
|
2014-12-04 21:29:44 +01:00 |
|
Ruben Dijkstra
|
3f2ca5ccad
|
Respect the user-specified existing templates during JPAQuery.clone()
|
2014-12-04 20:15:49 +01:00 |
|
Ruben Dijkstra
|
3b010852ba
|
Replace reflective operation in tests with an interface method call
|
2014-12-04 09:12:06 +01:00 |
|
Timo Westkämper
|
f18363a8e6
|
Update tests
|
2014-12-02 23:07:07 +02:00 |
|
Timo Westkämper
|
85b4434c22
|
Add tests
|
2014-12-02 22:14:56 +02:00 |
|
Timo Westkämper
|
4c8c9e7c30
|
Add hashCode back
|
2014-12-02 21:51:06 +02:00 |
|
Timo Westkämper
|
3a8d58b412
|
Add stub for JPAMapAccessVisitor
|
2014-12-02 20:21:26 +02:00 |
|
Timo Westkämper
|
9b7fef5a07
|
Fix cyclic dependency
|
2014-12-02 19:44:31 +02:00 |
|