Commit Graph

88 Commits

Author SHA1 Message Date
Timo Westkämper
88f9f2180e moved SerializerBase to com.mysema.query.support 2010-09-24 09:03:01 +00:00
Timo Westkämper
e03b001bb4 updated version to 2.0.0-alpha-2 2010-09-21 12:43:10 +00:00
Timo Westkämper
a3bc91dc8a 2010-09-20 09:00:48 +00:00
Timo Westkämper
a3ca8fd514 moved TemplateExpression implementations to com.mysema.query.types.template 2010-09-19 08:53:51 +00:00
Timo Westkämper
0a18aa8c13 2010-09-17 07:37:36 +00:00
Timo Westkämper
dcb9e69feb moved DSL types of Constants to test sources 2010-09-17 07:29:08 +00:00
Timo Westkämper
e0a820c2cc splitted Param into Param and ParamExpression 2010-09-15 08:48:56 +00:00
Timo Westkämper
48992ce01d refactoring Querydsl to new Type model 2010-09-14 08:17:26 +00:00
Timo Westkämper
56d20fb1b1 refactoring Querydsl to new Type model 2010-09-14 07:59:42 +00:00
Timo Westkämper
59318ce91b worked on new Expression model 2010-09-13 18:41:50 +00:00
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