Timo Westkämper
|
f1328a0df0
|
added import for com.mysema.query.sql.Table
|
2010-06-16 21:19:03 +00:00 |
|
Timo Westkämper
|
c59f562fe4
|
removed uncommented code
|
2010-06-16 19:38:46 +00:00 |
|
Timo Westkämper
|
c0da8c7f75
|
#594700 : moved alias construction to QueryMixin
|
2010-06-16 14:25:59 +00:00 |
|
Timo Westkämper
|
ce7abfd371
|
#594700 : implemented subquery joins in Querydsl SQL
|
2010-06-15 21:39:28 +00:00 |
|
Timo Westkämper
|
2143d8e2ff
|
#594700 : added basic support for subqueries
|
2010-06-15 21:06:48 +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
|
aee53413dc
|
worked on EclipseLink support
|
2010-05-29 16:53:00 +00:00 |
|
Timo Westkämper
|
a90e15deed
|
#586041 : added dialect specific keyword handling to default variable creation
#542913 : worked on EclipseLink support
|
2010-05-27 20:36:00 +00:00 |
|
Timo Westkämper
|
bd0376fd64
|
added tests
|
2010-05-24 18:50:19 +00:00 |
|
Timo Westkämper
|
ee8e34fa6d
|
#584760 : extended UPDATE DML signature
|
2010-05-24 18:27:05 +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
|
557339859d
|
#583409 : externalized Querydsl SQL serialization
|
2010-05-20 18:35:39 +00:00 |
|
Timo Westkämper
|
768b50ca7a
|
#542913 : improved EclipseLink JPA support
|
2010-05-19 19:40:54 +00:00 |
|
Timo Westkämper
|
e95989c28b
|
#501143 : added Tuple projection support
|
2010-05-19 17:10:27 +00:00 |
|
Timo Westkämper
|
a56ced1bb2
|
added subquery superclasses
|
2010-05-13 21:28:59 +00:00 |
|
Timo Westkämper
|
3e019bde65
|
reverted old NamingStategy signature
|
2010-05-13 16:09:26 +00:00 |
|
Timo Westkämper
|
5b5dda3f9f
|
#579950 : fixed Java keyword handling
|
2010-05-13 13:24:35 +00:00 |
|
Timo Westkämper
|
7476d0fadf
|
#534331 : replaced Character with String in SQLTypeMapping
|
2010-05-04 10:50:32 +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
|
fc82de8865
|
#571137 : improved mappings for temporal types
|
2010-04-28 20:22:55 +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
|
63aea8a110
|
added javadoc comments stubs
|
2010-03-31 21:05:18 +00:00 |
|
Timo Westkämper
|
21ec637cda
|
#552652 : added support for coalesce
|
2010-03-31 20:11:53 +00:00 |
|
Timo Westkämper
|
729aa7bb36
|
changed getTableName to normalizeTableName
changed getColumnName to normalizeColumnName
|
2010-03-29 12:24:30 +00:00 |
|
Vesa Martilla
|
17d218d230
|
Applied patch sent by McKinley1411 regarding bug #550615 SQL MetaDataExporter and NamingStrategy Request. Classes affected are DefaultNamingStrategy, MetaDataExporter, NamingStrategy and OriginalNamingStrategy. The patch gives users more control regarding the use of quoted identifiers.
|
2010-03-29 12:12:27 +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
|
c590d0860f
|
|
2010-03-22 15:01:18 +00:00 |
|
Timo Westkämper
|
eaa8edd04d
|
updated version to 1.4.0
|
2010-03-20 17:10:55 +00:00 |
|
Timo Westkämper
|
5fa67a50e2
|
updated mysema-commons-lang dependency to 0.1.7
updated Assert usage
|
2010-03-19 08:50:54 +00:00 |
|
Timo Westkämper
|
047c32c776
|
organized imports
|
2010-03-18 19:07:58 +00:00 |
|
Timo Westkämper
|
64b799346d
|
#539279 : added quoting support for all dialects
|
2010-03-18 19:02:22 +00:00 |
|
Timo Westkämper
|
98f79f7f6d
|
fixes based on Sonar reports
|
2010-03-17 13:13:35 +00:00 |
|
Timo Westkämper
|
f40ac4848b
|
fixes based on Sonar reports
|
2010-03-17 12:54:04 +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
|
f56e04ab07
|
added TODO comments
|
2010-03-15 20:50:23 +00:00 |
|
Timo Westkämper
|
c7c2845a45
|
added test for type parameter inheritance
fixed issues with QueryMetadata.reset()
added tests for various projection types in querydsl-sql
|
2010-03-15 18:31:39 +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
|
4895e60747
|
added subquery alias support
added more mssql paging tests
|
2010-03-12 19:27:33 +00:00 |
|