| .. |
|
dml
|
improve isEmpty of SQLUpdateClause
|
2012-12-12 21:25:19 +02:00 |
|
mssql
|
changed pseudocolumns to be templates instead of paths
|
2012-12-10 17:28:00 +02:00 |
|
mysql
|
formatted code
|
2012-12-01 02:13:29 +02:00 |
|
oracle
|
changed pseudocolumns to be templates instead of paths
|
2012-12-10 17:28:00 +02:00 |
|
postgres
|
formatted code
|
2012-12-01 02:13:29 +02:00 |
|
types
|
formatted code
|
2012-12-01 02:13:29 +02:00 |
|
AbstractSQLQuery.java
|
#304 add new test case
|
2012-12-14 17:30:09 +02:00 |
|
AbstractSQLQueryFactory.java
|
formatted code
|
2012-12-01 02:13:29 +02:00 |
|
AbstractSQLSubQuery.java
|
add single arg alternatives for vararg methods
|
2012-12-11 22:31:46 +02:00 |
|
Beans.java
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
Column.java
|
#106 began to refactor codegen logic to own modules
|
2012-04-04 22:33:57 +03:00 |
|
ColumnImpl.java
|
#66: updated license to ASL 2.0
|
2011-12-10 20:29:48 +02:00 |
|
Configuration.java
|
#304 improved Configuration performance
|
2012-12-03 19:07:11 +02:00 |
|
CUBRIDTemplates.java
|
added sonar fixes
|
2012-09-12 12:05:39 +03:00 |
|
DerbyTemplates.java
|
#184 improved collection any handling
|
2012-06-29 14:45:28 +03:00 |
|
ForeignKey.java
|
replace Arrays.asList usage with ImmutableList.of/copyOf
|
2012-12-10 22:22:59 +02:00 |
|
H2Templates.java
|
#184 improved collection any handling
|
2012-06-29 14:45:28 +03:00 |
|
HSQLDBTemplates.java
|
fixed nextval usage
|
2012-10-05 16:16:28 +03:00 |
|
JavaTypeMapping.java
|
improved table/column mapping
|
2012-12-03 21:33:18 +02:00 |
|
JDBCTypeMapping.java
|
Update querydsl-sql/src/main/java/com/mysema/query/sql/JDBCTypeMapping.java
|
2012-12-03 14:42:29 +02:00 |
|
MySQLTemplates.java
|
#292 added boolean aggregate functions
|
2012-11-28 11:32:12 +02:00 |
|
OracleTemplates.java
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
package-info.java
|
#105 removed findbugs dependency
|
2012-03-01 20:05:50 +02:00 |
|
PostgresTemplates.java
|
#292 added boolean aggregate functions
|
2012-11-28 11:32:12 +02:00 |
|
PrimaryKey.java
|
replace Arrays.asList usage with ImmutableList.of/copyOf
|
2012-12-10 22:22:59 +02:00 |
|
QBeans.java
|
#127 replaced commons deps with Guava deps
|
2012-04-19 22:51:51 +03:00 |
|
RelationalFunctionCall.java
|
#300 made Templates take both Expression and non Expression arguments
|
2012-12-01 01:56:51 +02:00 |
|
RelationalPath.java
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
RelationalPathBase.java
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
RelationalPathUtils.java
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
SerializationContext.java
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
SQLCommonQuery.java
|
#92 added option to add schema suffix to packages
|
2012-02-05 12:23:15 +02:00 |
|
SQLExpressions.java
|
#304 fixed quoting
|
2012-12-02 14:04:24 +02:00 |
|
SQLiteTemplates.java
|
#282 added groupBy, having and wrapping for unions
|
2012-11-15 22:12:13 +02:00 |
|
SQLQuery.java
|
#186 rename ColQueryImpl to CollQuery and SQLQueryImpl to SQLQuery
|
2012-12-11 18:27:31 +02:00 |
|
SQLQueryFactory.java
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
SQLQueryFactoryImpl.java
|
#186 rename ColQueryImpl to CollQuery and SQLQueryImpl to SQLQuery
|
2012-12-11 18:27:31 +02:00 |
|
SQLQueryMixin.java
|
renamed generated Querydsl SQL types to avoid Windows build issues
|
2012-12-02 12:07:44 +02:00 |
|
SQLResultIterator.java
|
#304 improved SQL list performance
|
2012-12-02 17:38:41 +02:00 |
|
SQLSerializer.java
|
#304 improved Template handling
|
2012-12-14 16:29:23 +02:00 |
|
SQLServerTemplates.java
|
updated javadocs
|
2012-07-22 14:32:31 +03:00 |
|
SQLSubQuery.java
|
move Expression extraction to ExpressionUtils
|
2012-12-14 16:52:52 +02:00 |
|
SQLTemplates.java
|
add various regex related performance improvements
|
2012-12-12 17:41:58 +02:00 |
|
Union.java
|
#282 added groupBy, having and wrapping for unions
|
2012-11-15 22:12:13 +02:00 |
|
UnionImpl.java
|
formatted code
|
2012-12-01 02:13:29 +02:00 |
|
UnionUtils.java
|
#310 fixed union serialization
|
2012-12-12 19:37:51 +02:00 |