Timo Westkämper
|
e95989c28b
|
#501143 : added Tuple projection support
|
2010-05-19 17:10:27 +00:00 |
|
Timo Westkämper
|
67356a50f8
|
distributed utility code for better test coverage
|
2010-05-15 19:13:12 +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 |
|
Timo Westkämper
|
8d9beece5c
|
extended SQLQuery interface
added MSSQL paging tests
|
2010-03-12 15:36:03 +00:00 |
|
Timo Westkämper
|
4c8b149963
|
fixes based on Sonar reports
|
2010-03-12 11:48:32 +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
|
632bcb3b28
|
fixed generic type derivation for subtypes
updated version to 1.3.11
|
2010-03-11 18:35:59 +00:00 |
|
Timo Westkämper
|
d53fa7d652
|
removed unused imports
replaced toLowerCase() and toUpperCase() with Locale specific variants
|
2010-03-11 12:22:59 +00:00 |
|
Timo Westkämper
|
50745a16e3
|
fixes based on Sonar reports
|
2010-03-11 10:14:53 +00:00 |
|
Timo Westkämper
|
50a9900aa5
|
fixes based on Sonar checks
|
2010-03-11 10:08:53 +00:00 |
|
Timo Westkämper
|
f5d25729cb
|
removed redundant modifiers
|
2010-03-11 10:05:40 +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
|
9b972bac1d
|
reformatted and ordered content
|
2010-03-10 21:32:17 +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
|
8cef4ec777
|
|
2010-03-10 14:54:59 +00:00 |
|