Commit Graph

6429 Commits

Author SHA1 Message Date
Ruben Dijkstra
d97a447d13 Use getMethod instead of traversing the inheritance tree
This is possible since property accessors are always public
2014-10-04 22:35:41 +02:00
Ruben Dijkstra
92c30bd8f2 Add the validator param in the JavaDoc 2014-10-04 22:33:16 +02:00
Timo Westkämper
6b412b1f8a Merge pull request #987 from querydsl/i981
Fix joins content for equals, hashCode and clone
2014-10-04 13:46:02 +03:00
Timo Westkämper
e4070f0bb1 Fix joins content for equals, hashCode and clone 2014-10-03 23:55:12 +03:00
Timo Westkämper
7d798cecf4 Improve docs for Detachable 2014-10-03 23:46:25 +03:00
Timo Westkämper
053bc16a87 Add tests 2014-10-03 23:35:49 +03:00
Ruben Dijkstra
bc1a764afb Merge pull request #977 from querydsl/i974
Improve validation logic
2014-10-03 20:41:48 +02:00
Timo Westkämper
bd8f899478 Add PathBuilderValidator 2014-10-03 21:10:41 +03:00
Timo Westkämper
5e48c8a973 Merge pull request #978 from querydsl/i972
Remove validation in EntitySerializer
2014-10-03 07:34:16 +03:00
Timo Westkämper
09f7012cda Merge pull request #979 from querydsl/refdocs-authors
Extend authors list
2014-10-03 07:33:59 +03:00
Timo Westkämper
b5e1fb414d Extend authors list 2014-10-02 22:18:24 +03:00
Ruben Dijkstra
410f4268e1 Update SQLSerializerTest to expect quoting of reserved words 2014-10-02 20:57:08 +02:00
Ruben Dijkstra
a3fa506a11 Break up the if into two ifs
This to keep the statement within reasonable margin of 'the guide' and
aid IDEs in the validity of the nullcheck
2014-10-02 20:21:20 +02:00
Ruben Dijkstra
b1d3c0c214 Fix use correct method call in test 2014-10-02 00:37:40 +02:00
Ruben Dijkstra
14dfff5b6e Use the MySQL 5.5 reserved words list in MySQLTemplates
The list, taken from
http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html
lists a total of 226 words.
2014-10-01 23:40:02 +02:00
Ruben Dijkstra
8627b356bb Use the PostgreSQL 9.3 reserved word list in PostgresTemplates
The list, taken from
http://www.postgresql.org/docs/9.3/static/sql-keywords-appendix.html
list a total of 100 reserved words
2014-10-01 22:44:19 +02:00
Ruben Dijkstra
170a42cdc5 Use the ANSI SQL 2008 reserved words list in SQLTemplates
The list, taken from
https://github.com/jgornick/reservedwordsearch/blob/master/words/ansi-sql2008.json
list a total of 327 words.
2014-10-01 22:38:33 +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
0d5ba083d7 Remove validation in EntitySerializer 2014-10-01 22:52:05 +03:00
Timo Westkämper
927ffc92df Add test 2014-10-01 22:42:52 +03:00
Timo Westkämper
4deee3125b Improve validation logic 2014-10-01 22:41:27 +03:00
Timo Westkämper
119411c359 Bump version 2014-09-30 23:01:51 +03:00
Timo Westkämper
8057ecc3d8 Bump version 2014-09-30 23:01:15 +03:00
Timo Westkämper
9934a4cc18 Merge pull request #970 from querydsl/anypath-serialization
Improve any path serialization
2014-09-30 22:10:00 +03:00
Ruben Dijkstra
99b022653e Merge pull request #950 from querydsl/i940
Fix SQLMergeClause keys handling
2014-09-30 19:04:28 +02:00
Ruben Dijkstra
0ddd922f62 Merge pull request #967 from querydsl/i965
Improve superclass handling
2014-09-30 17:59:56 +02:00
Timo Westkämper
0e03d303b0 Use configuration directly 2014-09-30 18:57:46 +03:00
Ruben Dijkstra
b1b3de274b Merge pull request #969 from querydsl/i968
Fix delete with any serialization
2014-09-30 17:25:01 +02:00
Timo Westkämper
42e0310416 Fix exists rendering 2014-09-30 18:13:42 +03:00
Ruben Dijkstra
6b82567473 Add support for quoting reserved words 2014-09-30 11:56:27 +02:00
Timo Westkämper
c2d201fd9b Improve any path serialization 2014-09-29 23:06:23 +03:00
Timo Westkämper
c69713813f Add exclusion 2014-09-29 22:32:57 +03:00
Timo Westkämper
d1af71b460 Fix delete with any serialization 2014-09-29 21:57:55 +03:00
Ruben Dijkstra
04f833c25a Use Charmatcher to check for illegal characters in identifiers 2014-09-28 00:15:42 +02:00
Timo Westkämper
535feb9d8f Add proper test 2014-09-27 23:46:35 +03:00
Timo Westkämper
303ef25ba5 Improve annotation checking 2014-09-27 23:33:27 +03:00
Timo Westkämper
3874f72ee0 Improve superclass handling 2014-09-27 23:22:10 +03:00
Timo Westkämper
23e68a7d6d Merge pull request #966 from johnktims/master
Fix typo in STRING_CAST operator
2014-09-27 19:48:51 +03:00
John Tims
e6180a960d Fix typo in STRING_CAST operator 2014-09-27 10:10:30 -04:00
Ruben Dijkstra
a5e9e5d082 Improve readability by using the isAnnotationPresent utility method 2014-09-25 21:44:29 +02:00
Timo Westkämper
d895d15611 Merge branch 'master' into i692 2014-09-25 21:50:10 +03:00
Timo Westkämper
9e403bd85d Move configuration customization into SpatialSupport 2014-09-25 21:48:51 +03:00
Timo Westkämper
635cb3691d Merge pull request #963 from querydsl/enumtest
Add test for enum startsWith
2014-09-25 21:37:05 +03:00
Timo Westkämper
14ada024b7 Add codegen support 2014-09-25 21:35:58 +03:00
Timo Westkämper
eb7d28b13e Add APT customization 2014-09-25 21:16:23 +03:00
Timo Westkämper
6d2fe48ff3 Add test exclusion 2014-09-25 20:47:32 +03:00
Timo Westkämper
dc9d12c40b Merge pull request #962 from querydsl/i941-2
Improve in-operation handling
2014-09-25 20:44:10 +03:00
Timo Westkämper
1b23b923c1 Merge pull request #961 from querydsl/mathutils_cast
Mathutils cast
2014-09-25 17:45:39 +03:00
Timo Westkämper
da0bbcd51b Add test for enum startsWith 2014-09-25 17:43:30 +03:00