Commit Graph

266 Commits

Author SHA1 Message Date
Lukas Eder
a42de9aafb [#894] Move functions from Field<?> to new org.jooq.impl.SQL and make them static - moved greatest/least functions 2011-11-07 23:00:30 +00:00
Lukas Eder
5d672b666a [#894] Move functions from Field<?> to new org.jooq.impl.SQL and make them static - moved coalesce 2011-11-07 22:40:16 +00:00
Lukas Eder
2d3662e028 Release 1.6.9 - Documented batch operations 2011-11-07 19:31:18 +00:00
Lukas Eder
643a04bcf5 Merged 1.6.9 release notes 2011-11-07 19:12:37 +00:00
Lukas Eder
bc66875a11 Fixed Factory Javadoc 2011-11-07 18:43:58 +00:00
Lukas Eder
c692af2f2c [#894] Move functions from Field<?> to new org.jooq.impl.SQL and make them static - moved date functions 2011-11-07 18:20:59 +00:00
Lukas Eder
47c78e0a75 [#894] Move functions from Field<?> to new org.jooq.impl.SQL and make them static - moved bitwise operations 2011-11-07 17:58:54 +00:00
Lukas Eder
3461ec5164 [#835] Review API typesafety for <T> InsertSetMoreStep set(Field<T> field, T value) and similar methods 2011-11-06 11:39:20 +00:00
Lukas Eder
081d0e71a1 [#894] Move functions from Field<?> to new org.jooq.impl.SQL and make them static - moved string functions 2011-11-05 18:04:32 +00:00
Lukas Eder
98fcc1a1bb [#894] Move functions from Field<?> to new org.jooq.impl.SQL and make them static - moved nvl, nvl2, nullif 2011-11-05 16:59:30 +00:00
Lukas Eder
4dbf4dcd09 [#907] Add missing Field.like(Field<T>), notLike(Field<T>) methods to overload the existing Field.like(T), notLike(T) 2011-11-05 13:27:34 +00:00
Lukas Eder
778c553319 [#906] Add more NullPointerException safety to API 2011-11-05 13:21:38 +00:00
Lukas Eder
9c2d322efc [#905] Introduce FetchIntoException as a subtype of DataAccessException for integrity checks in methods like ResultQuery#fetchInto(), etc. 2011-11-05 12:22:42 +00:00
Lukas Eder
267a55b28c [#904] Move SQLDialectNotSupportedException into org.jooq.exception package 2011-11-05 12:14:12 +00:00
Lukas Eder
b4ad902f02 Unified Eclipse settings for imports/static imports. Avoid importing * 2011-11-05 12:07:34 +00:00
Lukas Eder
54e45189cc [#901] Introduce InvalidResultException as a subtype of DataAccessException for integrity checks in methods like ResultQuery#fetchOne(), ResultQuery#fetchMap(), etc. 2011-11-05 11:46:38 +00:00
Lukas Eder
67acab88c0 [#894] Move functions from Field<?> to new org.jooq.impl.SQL and make them static - moved window functions 2011-11-04 18:13:51 +00:00
Lukas Eder
3197037dd5 [#894] Move functions from Field<?> to new org.jooq.impl.SQL and make them static - moved window functions
[#902] Make AggregateFunction the base type for constructing window functions
[#903] Field.lag(int, T) erroneously delegates to Field.lead()
2011-11-04 18:05:23 +00:00
Lukas Eder
30dd09dee2 [#891] Let min() max(), etc functions return a new type AggregateFunction. This type can then be used as an entry-point for window functions 2011-11-04 17:20:38 +00:00
Lukas Eder
a610cc851e Added missing LICENSE.txt to all projects 2011-11-04 16:24:41 +00:00
Lukas Eder
a04a5270bc [#897] Add Spring integration project 2011-11-04 16:19:49 +00:00
Lukas Eder
007aa862ef [#898] Replace usage of checked SQLException by an unchecked DataAccessException, similar to that of Spring
[#899] Build jOOQ .jar files as bundles to be deployed into OSGI environments
[#900] Purge deprecated API - Prior to 2.0
2011-11-04 16:07:08 +00:00
Lukas Eder
da9b69ea98 [#894] Move functions from Field<?> to Factory and make them static - moved math functions 2011-11-04 11:02:45 +00:00
Lukas Eder
0c4a09451e [#894] Move functions from Field<?> to Factory and make them static - moved aggregate functions 2011-10-31 18:08:57 +00:00
Lukas Eder
496aa5ee1d [#893] Simulate ROLLUP function for MySQL, using the WITH ROLLUP modifier 2011-10-31 17:39:05 +00:00
Lukas Eder
7ae02553ea Removed daylight savings tweak 2011-10-31 17:10:25 +00:00
Lukas Eder
e0493dc775 [#661] Add support for bitwise operators
[#895] Add Field.power(Field<? extends Number>)
2011-10-30 20:58:56 +00:00
Lukas Eder
de67521fb4 [#718] Sequences should be mapped to appropriate type (e.g. SMALLINT, INT, BIGINT, etc) 2011-10-30 15:06:20 +00:00
Lukas Eder
35f7a6f065 Release 2.0.0-SNAPSHOT 2011-10-30 14:57:59 +00:00
Lukas Eder
f7e9adac52 [#751] Add support for Oracle/SQL Server GROUPING SETS clause 2011-10-30 09:13:34 +00:00
Lukas Eder
3f9af0a01d [#892] Add support for Oracle/SQL Server GROUPING() and GROUPING_ID() functions to be used along with CUBE and ROLLUP clauses 2011-10-30 08:33:37 +00:00
Lukas Eder
36f560f5c4 [#734] Add support for Oracle/SQL Server CUBE and ROLLUP clauses 2011-10-30 08:18:51 +00:00
Lukas Eder
a8aa1fe48e [#890] Add Factory.selectCount() convenience method 2011-10-30 07:30:29 +00:00
Lukas Eder
84e1eab570 [#626] Create static function access 2011-10-30 07:19:32 +00:00
Lukas Eder
09c3406180 [#794] Add support for ORDER BY [int value] in order to reference a column index for sorting 2011-10-29 16:40:29 +00:00
Lukas Eder
5ac32186db Improved test SQL formatting 2011-10-29 16:39:35 +00:00
Lukas Eder
4ee4f47843 [#888] Derby casting of VARCHAR to FLOAT (and similar) doesn't work 2011-10-29 14:04:28 +00:00
Lukas Eder
83f2c27773 [#859] Derby casting of numeric types to BOOLEAN doesn't work 2011-10-29 13:18:17 +00:00
Lukas Eder
37c4c466b4 [#885] Add support for INSERT INTO .. VALUES () syntax, omitting explicit field declarations 2011-10-29 12:09:38 +00:00
Lukas Eder
aa00ab4e63 [#748] CURSOR: H2 regression in 1.3.158 regarding RESULT_SET stored function results 2011-10-29 11:30:40 +00:00
Lukas Eder
531aefff0c Upgraded H2 to 1.3.161 2011-10-29 11:23:18 +00:00
Lukas Eder
f15b8ca57e Upgraded H2 to 1.3.161 2011-10-29 11:23:06 +00:00
Lukas Eder
52ceaf63fa [#887] Add <E> List<E> Cursor.fetchInto(Class<E>) 2011-10-27 21:03:57 +00:00
Lukas Eder
d7336adc01 [#886] Regression in date extract function when used in a subselect 2011-10-27 19:15:18 +00:00
Lukas Eder
78b7adb55a Removed unnecessary indirection 2011-10-27 19:13:31 +00:00
Lukas Eder
11506875b5 [#621] Add support for JDBC BATCH operations 2011-10-25 19:53:11 +00:00
Lukas Eder
0e5f8de8c1 Release 1.6.9-SNAPSHOT 2011-10-25 17:47:58 +00:00
Lukas Eder
7fe1d50c89 [#882] Optimise Field.isTrue() and isFalse(). Take Field's data type into consideration 2011-10-25 17:43:34 +00:00
Lukas Eder
e7f6a8ebac Release 1.6.8 2011-10-22 15:39:58 +00:00
Lukas Eder
504ca26908 Release 1.6.8 2011-10-22 15:36:44 +00:00