querydsl/querydsl-sql/src/main/java/com/mysema/query/sql
2014-03-24 11:04:35 +02:00
..
dml Fix serialization config 2014-02-15 22:03:56 +02:00
mssql Remove deprecated elements 2014-02-05 23:52:05 +02:00
mysql Add geodb support #631 2014-02-06 22:01:40 +02:00
oracle Add support for qualify clause #555 2013-11-25 16:05:51 +02:00
postgres Add geodb support #631 2014-02-06 22:01:40 +02:00
spatial Add ST_Transform #631 2014-03-24 11:04:35 +02:00
teradata Add contract for SQLException translation #617 2014-01-06 22:03:49 +02:00
types Move BigDecimalAsDouble to SQLiteTemplates 2014-02-17 22:11:26 +02:00
AbstractSQLQuery.java Add consistent conversion for multi argument projections #620 2014-01-08 22:00:11 +02:00
AbstractSQLQueryFactory.java Add missing from methods #502 2013-09-10 18:47:58 +03:00
AbstractSQLSubQuery.java Add support for qualify clause #555 2013-11-25 16:05:51 +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 Format code 2013-03-19 13:17:12 +02:00
ColumnMetadata.java Add javadocs 2014-01-07 20:52:53 +02:00
Configuration.java Add spatial_ref_sys support #631 2014-03-08 21:54:47 +02:00
CUBRIDTemplates.java Fix CUBRID patterns #586 2013-12-19 16:54:58 +02:00
DatePart.java #380 Add implementations for datediff ops 2013-04-02 22:00:15 +03:00
DefaultSQLExceptionTranslator.java Add support dml.limit in oracle and mssql #616 2014-01-07 22:56:50 +02:00
DerbyTemplates.java Use extract function as default for datetime field extraction #586 2013-12-19 10:33:09 +02:00
ForeignKey.java Integrate SQLListener #483 2013-09-14 16:15:21 +03:00
H2Templates.java Move all spatial content to com.mysema.query.sql.spatial #631 2014-02-11 22:34:54 +02:00
HSQLDBTemplates.java Use extract function as default for datetime field extraction #586 2013-12-19 10:33:09 +02:00
JavaTypeMapping.java Add BigInteger support #597 2013-12-15 12:59:12 +02:00
JDBCTypeMapping.java Further tune mappings #578 2013-12-06 00:39:45 +02:00
MySQLTemplates.java Move all spatial content to com.mysema.query.sql.spatial #631 2014-02-11 22:34:54 +02:00
OracleTemplates.java Add support dml.limit in oracle and mssql #616 2014-01-07 22:56:50 +02:00
package-info.java #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
PostgresTemplates.java Add stubs for PostGIS support #631 2014-02-03 22:50:46 +02:00
PrimaryKey.java #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
QBeans.java Integrate ColumnMetadata handling into code generation 2013-10-29 21:53:56 +02:00
RelationalFunctionCall.java Remove redundant modifier 2013-12-15 21:16:56 +02:00
RelationalPath.java Add direct access to schema/table name pair #631 2014-03-14 11:25:50 +02:00
RelationalPathBase.java Add direct access to schema/table name pair #631 2014-03-14 11:25:50 +02:00
RelationalPathExtractor.java Add fixes based on Sonar reports 2013-11-27 00:07:07 +02:00
RelationalPathUtils.java Update Scala module to support ColumnMetadata #283 2013-10-30 22:32:34 +02:00
SQLBindings.java Add stubs for SetQueryBandClause #553 2013-12-04 13:40:09 +02:00
SQLCommonQuery.java Add support for qualify clause #555 2013-11-25 16:05:51 +02:00
SQLExceptionTranslator.java Add contract for SQLException translation #617 2014-01-06 22:03:49 +02:00
SQLExpressions.java Add count via analytics for oracle, postgresql and teradata #556 2013-12-17 15:21:28 +02:00
SQLiteTemplates.java Move BigDecimalAsDouble to SQLiteTemplates 2014-02-17 22:11:26 +02:00
SQLListener.java Simplify signature and add javadocs #530 2013-10-28 20:33:51 +02:00
SQLListeners.java Use static query flags for common flags #528 2013-10-28 20:54:21 +02:00
SQLOps.java Add nth_value #555 2013-11-26 16:57:09 +02:00
SQLQuery.java #420 Initial implementation of runtime schema and table overr and table overrides 2013-05-20 22:18:01 +03:00
SQLQueryFactory.java Add missing from methods #502 2013-09-10 18:47:58 +03:00
SQLQueryFactoryImpl.java #469 Minimize untyped null usage 2013-08-02 22:40:37 +03:00
SQLResultIterator.java Add contract for SQLException translation #617 2014-01-06 22:03:49 +02:00
SQLSerializer.java Add direct access to schema/table name pair #631 2014-03-14 11:25:50 +02:00
SQLServer2005Templates.java Add support dml.limit in oracle and mssql #616 2014-01-07 22:56:50 +02:00
SQLServer2008Templates.java Move all spatial content to com.mysema.query.sql.spatial #631 2014-02-11 22:34:54 +02:00
SQLServer2012Templates.java Move all spatial content to com.mysema.query.sql.spatial #631 2014-02-11 22:34:54 +02:00
SQLServerTemplates.java Improve SQLServerTemplates 2014-01-04 20:50:06 +02:00
SQLSubQuery.java Improve SQLSubQuery.union signature #580 2013-12-10 10:41:06 +02:00
SQLTemplates.java Add spatial_ref_sys support #631 2014-03-08 21:54:47 +02:00
TeradataTemplates.java Move all spatial content to com.mysema.query.sql.spatial #631 2014-02-11 22:34:54 +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 Move operator instances to JPQLOps and SQLOps #531 2013-10-28 21:07:34 +02:00
WindowFirstLast.java Add support for first/last #555 2013-11-26 18:07:40 +02:00
WindowFunction.java Improve pagination for sqlserver #602 2014-01-04 21:42:50 +02:00
WindowOver.java Add support for first/last #555 2013-11-26 18:07:40 +02:00
WindowRows.java Fix between usage #555 2013-11-22 17:51:15 +02:00
WithBuilder.java Move operator instances to JPQLOps and SQLOps #531 2013-10-28 21:07:34 +02:00
WithinGroup.java Add linear regression functions #555 2013-11-26 16:39:44 +02:00