Commit Graph

5721 Commits

Author SHA1 Message Date
Timo Westkämper
2e3ae10349 Improve conversion 2014-10-13 21:29:25 +03:00
Timo Westkämper
2831a8efe1 Change exception message 2014-10-13 21:20:24 +03:00
Timo Westkämper
3b79ef5804 Merge pull request #1006 from querydsl/mssql_ops
Add additional MSSQL Server functions
2014-10-13 18:35:38 +03:00
Ruben Dijkstra
7c0311480a Change operators to lowercase in SQLServerTemplates 2014-10-13 00:29:09 +02:00
Ruben Dijkstra
7d5dd0d614 Add round operator to SQLServerTemplates 2014-10-13 00:29:06 +02:00
Ruben Dijkstra
3261030c2c Add padding support for MSSQL Server 2014-10-13 00:28:55 +02:00
Timo Westkämper
95a560675c Add comment 2014-10-12 23:10:23 +03:00
Timo Westkämper
0922b8f15b Disable getArray for CUBRID 2014-10-12 23:04:19 +03:00
Timo Westkämper
1515ed0de3 Add another array test 2014-10-12 22:46:19 +03:00
Timo Westkämper
f68a2639eb Improve array handling 2014-10-12 22:26:27 +03:00
Timo Westkämper
19273100df Improve Wildcard.all handling 2014-10-12 20:53:07 +03:00
Timo Westkämper
10e7f5d5ea Use LinkedList for constantPaths 2014-10-12 19:41:20 +03:00
Timo Westkämper
13511012e9 Add tests fpr JDO 2014-10-11 23:13:25 +03:00
Timo Westkämper
7d6de92d79 Add element type handling 2014-10-11 11:53:45 +03:00
Timo Westkämper
ca7b637150 Generalize support for path.in(empty) 2014-10-11 11:28:48 +03:00
Timo Westkämper
e83c592d06 Improve path in collection handling 2014-10-11 00:57:14 +03:00
Timo Westkämper
a80f3c94b0 Merge pull request #1001 from querydsl/readme_links
Fix the links to the reference documentation of submodules
2014-10-10 19:49:17 +03:00
Ruben Dijkstra
64ebda492b Fix the links to the reference documentation of submodules 2014-10-10 17:18:44 +02:00
Timo Westkämper
c281052bc4 Merge pull request #996 from dyorgio/master
Included support for custom annotation processing.
2014-10-09 23:16:09 +03:00
Timo Westkämper
d03615c321 Add UnsupportedOperationException usage for missing features 2014-10-09 21:13:38 +03:00
dyorgio.nascimento
ea66005881 Changed cache key to a List<?> produced by a ImmutableList.Builder. 2014-10-09 14:35:16 -03:00
dyorgio.nascimento
c00795fc1f Externalized @Temporal JPA annotation helper. 2014-10-09 14:34:32 -03:00
Timo Westkämper
c39375ee86 Merge pull request #999 from querydsl/doc_hints
Aid end users more in the context of the code snippets
2014-10-09 17:48:08 +03:00
dyorgio.nascimento
04965bfa7e More code review adjusts. 2014-10-09 09:45:11 -03:00
dyorgio.nascimento
e3ec9aadee Copyright adjust. 2014-10-09 09:14:59 -03:00
dyorgio.nascimento
b10ceb8d70 Querydsl team code review adjusts. 2014-10-09 08:47:54 -03:00
Ruben Dijkstra
d48560bfda Add the context of the plugin in the example snippet in the README 2014-10-09 10:46:51 +02:00
Ruben Dijkstra
034dc423f9 Apply the hinting also in the Korean docs 2014-10-08 22:17:08 +02:00
Ruben Dijkstra
e7c5ab1005 Aid end users more in the context of the code snippets
Copy-paste ready code should provide some context as to where the snippet
belongs, this hinting should prevent some problems.
2014-10-08 20:13:14 +02:00
Timo Westkämper
6c4fa4a05d Remove validation from having additions 2014-10-08 21:05:43 +03:00
Timo Westkämper
b092e0aa8a Clean up javadocs 2014-10-08 20:57:30 +03:00
Timo Westkämper
d75f157f90 Return type from validator 2014-10-08 20:44:43 +03:00
Ruben Dijkstra
48b39df641 Merge pull request #991 from querydsl/sql-test
Add test case
2014-10-08 19:22:05 +02:00
dyorgio.nascimento
3591352812 Included support for custom annotation processing. 2014-10-07 15:33:07 -03:00
Timo Westkämper
da26e31da1 Merge pull request #992 from querydsl/i990
Register MSSQL Server specific math functions
2014-10-07 17:09:14 +03:00
Timo Westkämper
4448816f07 Merge pull request #994 from querydsl/single_result
Remove limit(1) when calling singleResult()
2014-10-07 17:08:58 +03:00
Timo Westkämper
2a298ed52f Merge branch 'master' into i990 2014-10-07 08:46:09 +03:00
Timo Westkämper
907d97fb50 Merge pull request #993 from querydsl/firebird-math-test
Fix Math tests Firebird
2014-10-07 08:43:51 +03:00
Timo Westkämper
bf523b3317 Move JPAPathBuilderValidator to src/main/java 2014-10-07 08:42:19 +03:00
Ruben Dijkstra
ee5d14eb1d Fix Math tests Firebird 2014-10-06 23:36:07 +02:00
Ruben Dijkstra
77701f1d51 Fix Math tests MSSQL Server 2014-10-06 21:47:54 +02:00
Ruben Dijkstra
3f1afa8771 Fix logarithm functions MSSQL Server
Add MSSQL Server's LOG() function to SQLServerTemplates
2014-10-06 21:44:17 +02:00
Timo Westkämper
bd03287277 Add test case 2014-10-06 21:19:00 +03:00
Ruben Dijkstra
624d09e879 Remove limit(1) when calling singleResult()
In singleResult, the query will already be limited to 1 result
2014-10-06 09:28:15 +02:00
Ruben Dijkstra
4bde1a9eef Edit docs 2014-10-05 21:54:52 +02:00
Timo Westkämper
2869174339 Add docs 2014-10-05 22:47:02 +03:00
Ruben Dijkstra
9ffdf405b7 Add support for is-prefixed accessors in PathBuilderValidator 2014-10-05 17:43:01 +02:00
Ruben Dijkstra
dd4eff2c67 Refactor the presence check of Bean methods to BeanUtils 2014-10-05 17:39:28 +02:00
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