Timo Westkämper
|
edfc2ef008
|
began refactoring Querydsl to new Type model
|
2010-09-13 15:40:03 +00:00 |
|
Timo Westkämper
|
59b3f60028
|
|
2010-09-12 19:14:26 +00:00 |
|
Timo Westkämper
|
03bfc6050c
|
added support for dry serialization in batch mode
|
2010-09-12 19:13:27 +00:00 |
|
Timo Westkämper
|
777188713e
|
allo having also without groupBy
|
2010-09-10 14:34:49 +00:00 |
|
Timo Westkämper
|
0fc3ffefec
|
#633136 : fixed path quoting issues
|
2010-09-09 15:32:06 +00:00 |
|
Timo Westkämper
|
7b3fe8acca
|
#633128 : added as-alias shortcuts
|
2010-09-08 14:59:04 +00:00 |
|
Timo Westkämper
|
f51a1abe10
|
#631522 : improved Visitor signature
|
2010-09-06 13:47:42 +00:00 |
|
Timo Westkämper
|
9ecc433a75
|
#624737 : added support for path specific types
|
2010-09-01 15:29:04 +00:00 |
|
Timo Westkämper
|
1d69f5396c
|
worked on path specific Types
|
2010-08-29 18:18:35 +00:00 |
|
Timo Westkämper
|
8c1c6d6a52
|
#624602 : renamed SubQuery to SubQueryExpression
|
2010-08-26 12:38:38 +00:00 |
|
Timo Westkämper
|
37d6a23f4a
|
removed some FindBugs suppressWarnings
added relationalPath metadata usage
|
2010-08-25 10:44:01 +00:00 |
|
Timo Westkämper
|
7370072866
|
#596625 : added RelationalPath for Querydsl SQL Q-types
|
2010-08-19 19:06:47 +00:00 |
|
Timo Westkämper
|
46331af351
|
#611577 : made entity paths implement EntityPath and embeddable paths only extends BeanPath
|
2010-08-19 15:54:50 +00:00 |
|
Timo Westkämper
|
85fccaaec5
|
#619667 : added support for query flags in SQL DML clauses
|
2010-08-19 12:32:53 +00:00 |
|
Timo Westkämper
|
e2a6cddd04
|
removed MathFunctions
removed deprecated paging support
|
2010-08-19 09:55:18 +00:00 |
|
Timo Westkämper
|
86e205b41d
|
#617279 : splitted EConstructor into EConstructor and FactoryExpression
|
2010-08-13 10:43:35 +00:00 |
|
Timo Westkämper
|
2aaee440e8
|
#525769 : added basic JDO/SQL support
|
2010-07-18 14:50:05 +00:00 |
|
Timo Westkämper
|
2de9096f5e
|
#605559 : commited basic implementation of user types
|
2010-07-14 02:30:11 +00:00 |
|
Timo Westkämper
|
1ef91ed0d2
|
#603946 : added generic support for query customization
|
2010-07-10 00:32:40 +00:00 |
|
Timo Westkämper
|
66fdda8d39
|
#602826 : allowed SELECT without FROM
|
2010-07-07 01:32:43 +00:00 |
|
Timo Westkämper
|
212b3eceb4
|
cleaned code
|
2010-06-21 16:07:45 +00:00 |
|
Timo Westkämper
|
0bfa9a6a33
|
#593532 : added basic MERGE INTO support for SQL module
|
2010-06-20 11:42:36 +00:00 |
|
Timo Westkämper
|
b6fb7b883a
|
#594338 : added initial support for parameters
|
2010-06-14 21:08:05 +00:00 |
|
Timo Westkämper
|
9049148b49
|
unified cast handling in HQL and SQL
|
2010-05-30 17:39:07 +00:00 |
|
Timo Westkämper
|
0122f762a9
|
#584795 : added tests
|
2010-05-24 16:40:27 +00:00 |
|
Timo Westkämper
|
d63114fee4
|
#584795 : commited first fix
|
2010-05-24 16:20:05 +00:00 |
|
Timo Westkämper
|
e95989c28b
|
#501143 : added Tuple projection support
|
2010-05-19 17:10:27 +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
|
053fc885e9
|
#539279 : added quoting for MySQLTemplates and PostgresTemplates
|
2010-03-17 12:37:10 +00:00 |
|
Timo Westkämper
|
c37be07e4c
|
fixes based on Sonar reports
added more inheritance related tests
|
2010-03-16 07:24:23 +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
|
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
|
e59d4681c1
|
|
2010-03-11 09:26:26 +00:00 |
|
Timo Westkämper
|
4ad0726747
|
|
2010-03-11 08:42:40 +00:00 |
|
Timo Westkämper
|
2c08c088d2
|
fixed DML (INSERT, UPDATE, DELETE) clause serialization
|
2010-03-11 08:41:59 +00:00 |
|
Timo Westkämper
|
e2ea76deb3
|
added tests for Oracle dialect
|
2010-03-10 13:34:26 +00:00 |
|
Timo Westkämper
|
712f5525f5
|
updated signature of columns in SQLInsertClause from Expr[] to Path[]
|
2010-03-10 08:34:45 +00:00 |
|
Timo Westkämper
|
0785cc1656
|
updated version to 1.3.8
fixed serialization of SQL INSERT clauses
|
2010-03-09 13:31:29 +00:00 |
|
Timo Westkämper
|
5ea149316e
|
added test for getResults
|
2010-03-08 20:24:27 +00:00 |
|
Timo Westkämper
|
156dca214d
|
updated version to 1.3.5
added first working sketch of SQL INSERT in querydsl-sql
|
2010-03-08 19:20:19 +00:00 |
|
Timo Westkämper
|
17437f6b44
|
added findbugs annotations
|
2010-03-08 10:09:36 +00:00 |
|
Timo Westkämper
|
edd18f1663
|
added findbugs checks
|
2010-03-08 09:09:38 +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
|
373f2d8c24
|
fixes based on Sonar
|
2010-02-25 21:02:25 +00:00 |
|