Timo Westkämper
|
aa59950c18
|
added tests
|
2010-05-10 21:22:25 +00:00 |
|
Timo Westkämper
|
d50fcba665
|
added tests
|
2010-05-10 21:19:06 +00:00 |
|
Timo Westkämper
|
fd51788988
|
added tests
|
2010-05-10 20:54:07 +00:00 |
|
Timo Westkämper
|
2bd38b62ac
|
|
2010-04-29 18:37:03 +00:00 |
|
Timo Westkämper
|
2291df257d
|
added as(Path<T> path) to Expr types
extended PathBuilder
updated version to 1.6.2
|
2010-04-29 17:46:31 +00:00 |
|
Timo Westkämper
|
2bfe3e049b
|
added H2 database support
|
2010-04-22 18:45:08 +00:00 |
|
Timo Westkämper
|
5e55664f89
|
moved code generation code to com.mysema.codegen:codegen module
|
2010-04-03 12:22:27 +00:00 |
|
Timo Westkämper
|
bdd5baa1ae
|
fixed issues with compiler warnings
|
2010-04-02 11:01:46 +00:00 |
|
Timo Westkämper
|
47d2d981e7
|
improved Coalesce implementation
|
2010-04-01 17:18:12 +00:00 |
|
Timo Westkämper
|
f756ca2007
|
#551267 : fixed TINYINT as Byte Awkward to Use
|
2010-03-31 20:50:20 +00:00 |
|
Timo Westkämper
|
21ec637cda
|
#552652 : added support for coalesce
|
2010-03-31 20:11:53 +00:00 |
|
Timo Westkämper
|
3ad1e9f055
|
#549095 : simplified Operation signature
|
2010-03-27 22:17:26 +00:00 |
|
Timo Westkämper
|
5c8f5d55c9
|
made signature of QueryExecution helper methods public
improved querydsl-lucene operation support
|
2010-03-25 19:04:08 +00:00 |
|
Timo Westkämper
|
ad12cd420c
|
added ESimple between Expr and its subtypes
|
2010-03-23 09:46:33 +00:00 |
|
Timo Westkämper
|
7e47b0d136
|
further changed Expr type locations
|
2010-03-23 08:43:53 +00:00 |
|
Timo Westkämper
|
e050ab0d6b
|
moved Expr base types to com.mysema.query.types.expr
|
2010-03-22 20:22:55 +00:00 |
|
Timo Westkämper
|
7ce3c99f73
|
moved OperatorImpl and Ops to com.mysema.query.types
|
2010-03-22 19:23:20 +00:00 |
|
Timo Westkämper
|
aa53307202
|
moved constant types to com.mysema.query.types
|
2010-03-22 18:51:49 +00:00 |
|
Timo Westkämper
|
b3964ac7f1
|
moved basic types to com.mysema.query.types
moved constants to com.mysema.query.types.constant
|
2010-03-22 18:24:12 +00:00 |
|
Timo Westkämper
|
32720757fe
|
moved Path, Custom, Operation and related types to com.mysema.query.types
|
2010-03-22 17:45:50 +00:00 |
|
Timo Westkämper
|
047c32c776
|
organized imports
|
2010-03-18 19:07:58 +00:00 |
|
Timo Westkämper
|
5bf3d8b284
|
#539792 : added PathType DELEGATE
|
2010-03-17 08:35:26 +00:00 |
|
Timo Westkämper
|
37b034474c
|
#539882 : added min() and max() to EDate and EDateTime
|
2010-03-17 08:18:49 +00:00 |
|
Timo Westkämper
|
3ce45f67fc
|
improved generic type handling
|
2010-03-16 17:47:32 +00:00 |
|
Timo Westkämper
|
fb5058ba97
|
updated version to 1.3.15
|
2010-03-15 07:51:44 +00:00 |
|
Timo Westkämper
|
fd0c4afce2
|
stabilized Oracle and SQL Server paging
updated version to 1.3.14
|
2010-03-14 21:20:51 +00:00 |
|
Timo Westkämper
|
d606f8e58a
|
worked on mssql dialect
refactored Template usage in SerializerBase
added inheritance tests
|
2010-03-13 17:08:10 +00:00 |
|
Timo Westkämper
|
9da60c3cb8
|
updated version to 1.3.13
|
2010-03-12 13:37:10 +00:00 |
|
Timo Westkämper
|
1e46f8774c
|
added additional inheritance tests
added basic row number support for mssql
updated version to 1.3.12
|
2010-03-12 09:03:06 +00:00 |
|
Timo Westkämper
|
11bd30dd98
|
extended NamingStrategy to support default variable naming and content
updated SQLServerTemplates and tests
|
2010-03-10 21:30:05 +00:00 |
|
Timo Westkämper
|
ed59510388
|
added postgres support
|
2010-03-10 11:21:13 +00:00 |
|
Timo Westkämper
|
2efa88bc1f
|
stripped Model suffix off from codegen class names
made references to external supertypes possible in APT based query type generation
added Java compiler API based test
|
2010-03-07 18:54:44 +00:00 |
|
Timo Westkämper
|
68aa9d2b94
|
#530217 : added typed variants of ObjectSubQuery
|
2010-03-05 15:35:31 +00:00 |
|
Timo Westkämper
|
2a5635c396
|
changed QueryMutability usage from static methods to instantiable type
|
2010-03-04 10:24:20 +00:00 |
|
Timo Westkämper
|
b56b03124f
|
improved test logging
|
2010-03-03 19:37:16 +00:00 |
|
Timo Westkämper
|
e487ea8264
|
fixed distinct usage in listDistinctResults
updated version to 1.3.3
refactored standard tests to test all projectable projections
|
2010-03-03 19:30:16 +00:00 |
|
Timo Westkämper
|
0490901891
|
moved Mutability test stubs to querydsl-core
|
2010-03-02 17:23:41 +00:00 |
|
Timo Westkämper
|
8922ed2169
|
fixes based on Sonar reports
|
2010-02-28 10:26:14 +00:00 |
|
Timo Westkämper
|
f9874facd4
|
fixes based on Sonar reports
|
2010-02-27 10:13:29 +00:00 |
|
Timo Westkämper
|
007952676f
|
fixes based on Sonar reports
|
2010-02-26 15:58:43 +00:00 |
|
Timo Westkämper
|
abc416df94
|
fixed based on Sonar reports
|
2010-02-24 20:10:13 +00:00 |
|
Timo Westkämper
|
ca7c06395a
|
improved javadocs
|
2010-02-22 08:05:22 +00:00 |
|
Timo Westkämper
|
c65768ca04
|
improved array handling
|
2010-02-21 17:27:00 +00:00 |
|
Timo Westkämper
|
f350a582bc
|
fixed EArrayConstructor signature
|
2010-02-21 16:45:02 +00:00 |
|
Timo Westkämper
|
030d9207ca
|
worked on Hibernate SQL support
improved TypeModel serialization
|
2010-02-21 16:35:27 +00:00 |
|
Timo Westkämper
|
74b8b5b96f
|
Bug #517618 : improved access to annotations
|
2010-02-08 09:57:59 +00:00 |
|
Timo Westkämper
|
09191406f8
|
#517618 : added support for annotation access
|
2010-02-05 20:00:04 +00:00 |
|
Timo Westkämper
|
bc8f6941aa
|
|
2010-02-04 14:01:03 +00:00 |
|
Timo Westkämper
|
6109920b77
|
|
2010-01-29 08:23:52 +00:00 |
|
Timo Westkämper
|
d02c6befcc
|
added tests for EConstructor
added static create method for EConstructor
|
2010-01-29 08:22:38 +00:00 |
|