Lukas Eder
|
e9029277fa
|
[#2805] Add seekAfter() and seekBefore() to allow for paging in both directions
|
2013-10-29 11:54:31 +01:00 |
|
Lukas Eder
|
f55b482a34
|
[#2810] Add support for the REVERSE() function, where it is supported
|
2013-10-29 11:12:02 +01:00 |
|
Lukas Eder
|
311f3299d8
|
Fixed unit tests after introduction of WINDOW clause
|
2013-10-28 18:06:09 +01:00 |
|
Lukas Eder
|
267ba0faa9
|
[#2811] Deprecate ResultQuery.fetchLazy(int) - fetchSize is now passed to ResultQuery.fetchSize() not only for lazy fetching
|
2013-10-28 17:56:03 +01:00 |
|
Lukas Eder
|
759cab3fc4
|
[#2806] Add ResultQuery.fetchSize() to influence the JDBC Statement's fetch size
|
2013-10-28 17:55:48 +01:00 |
|
Lukas Eder
|
5268c59103
|
Release 3.3.0-SNAPSHOT
|
2013-10-28 17:13:41 +01:00 |
|
Lukas Eder
|
bd209424aa
|
[#2658] Inefficient emulation of row value expression comparison predicates <, <=, >, >=. Factor out predicates for improved index usage
|
2013-10-23 17:37:00 +02:00 |
|
Lukas Eder
|
4352c1849d
|
[#2795] Bad Javadoc on DSLContext.fetchOne(String) method
|
2013-10-23 16:07:04 +02:00 |
|
Lukas Eder
|
a812c03795
|
[#2246] Add <T> T DSLContext.fetchValue(Select<Record1<T>>) to support more typesafety when fetching single values
|
2013-10-23 15:17:56 +02:00 |
|
Lukas Eder
|
2c738d5797
|
[#2792] data(Object, Object) methods do not unset the value if null is passed
|
2013-10-23 09:53:54 +02:00 |
|
Lukas Eder
|
f479ee2a88
|
[#531] [#2790] Add a Context data map scoped to the current subquery
|
2013-10-22 18:09:02 +02:00 |
|
Lukas Eder
|
a02955dddf
|
[#531] Add support for the WINDOW clause - Restrict rendering to PostgreSQL and Sybase
|
2013-10-22 17:02:38 +02:00 |
|
Lukas Eder
|
be4cf6ec24
|
[#531] Add support for the WINDOW clause
|
2013-10-22 16:38:08 +02:00 |
|
Lukas Eder
|
9765edd43a
|
[#2788] Add support for the PostgreSQL "json" data type - Added a json column to the T_EXOTIC_TYPES table
|
2013-10-18 11:47:53 +02:00 |
|
Lukas Eder
|
6b9e227569
|
Fixed Javadoc
|
2013-10-18 11:47:28 +02:00 |
|
Lukas Eder
|
aa87284601
|
[#2779] Add support for LEFT(), RIGHT() functions
|
2013-10-17 16:36:57 +02:00 |
|
Lukas Eder
|
58233e5d0f
|
[#2657] Fixed Javadoc Typo
|
2013-10-17 14:43:18 +02:00 |
|
Lukas Eder
|
372ef3a4eb
|
[#2657] Add support for ORDER BY .. SEEK .. LIMIT to implement the "seek method" for faster offsets
|
2013-10-17 14:33:47 +02:00 |
|
Lukas Eder
|
fa7bc6942a
|
[#2784] Add DSL.row(Collection<?>) to allow for interacting with collections of values or Fields
|
2013-10-17 13:43:41 +02:00 |
|
Lukas Eder
|
c23b615a76
|
[#2780] Add PostgresDSL.oid(Table<?>) to produce table.oid references
|
2013-10-16 14:28:50 +02:00 |
|
Lukas Eder
|
5d5182fcea
|
Removed query execution limitation from trial version
|
2013-10-15 15:14:29 +02:00 |
|
Lukas Eder
|
095026dc1d
|
[#2776] Add support for the PostgreSQL ONLY clause
|
2013-10-15 15:13:37 +02:00 |
|
Lukas Eder
|
5e7f157f52
|
Converted all \r\n to \n
|
2013-10-10 10:13:22 +02:00 |
|
Lukas Eder
|
3d7a440df0
|
Set all Eclipse settings to use Unix-style line separators
|
2013-10-10 09:53:11 +02:00 |
|
Lukas Eder
|
fc7afb4076
|
Merged release fixes from pro distribution
|
2013-10-09 19:28:25 +02:00 |
|
Lukas Eder
|
fb176af7df
|
Release 3.2.0
|
2013-10-09 19:24:30 +02:00 |
|
Lukas Eder
|
5fdca06dd1
|
Added remarks about VisitListener being experimental
|
2013-10-08 13:56:49 +02:00 |
|
Lukas Eder
|
4167a01ce9
|
[#2770] Add reference to Javadoc with respect to missing feature.
|
2013-10-08 12:12:35 +02:00 |
|
Lukas Eder
|
ef9080435c
|
OSS / Commercial dual-licensing: Remove some commercial code sections from publicly available GitHub repository.
|
2013-10-07 15:46:01 +02:00 |
|
Lukas Eder
|
f8dd234cb7
|
OSS / Commercial dual-licensing: Mask out commercial code sections from publicly available GitHub repository.
|
2013-10-07 14:52:51 +02:00 |
|
Lukas Eder
|
ba3030d010
|
[#1644] Add DSL.dual() to explicitly create a DUAL table that works with any dialect
|
2013-10-07 11:30:43 +02:00 |
|
Lukas Eder
|
5080114610
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
jOOQ-codegen/src/main/java/org/jooq/util/JavaGenerator.java
|
2013-10-07 10:45:00 +02:00 |
|
Lukas Eder
|
1d5ae25f2b
|
[#2765] Add support for a database-agnostic GENERATE_SERIES(FROM, TO) table function
|
2013-10-04 17:59:25 +02:00 |
|
Lukas Eder
|
125cdd858a
|
[#2766] Javadoc typo on DSLContext.batchDelete()
|
2013-10-04 16:40:53 +02:00 |
|
Lukas Eder
|
7d0ba9607d
|
Fixed license in eclipse .settings for code templates
|
2013-10-02 16:39:02 +02:00 |
|
Lukas Eder
|
63717b517f
|
Updated licensing link from /eula to /licensing
|
2013-10-02 16:36:22 +02:00 |
|
Lukas Eder
|
e4b616e8fd
|
Added more source code splitting logic for trial licenses
|
2013-10-01 13:52:37 +02:00 |
|
Lukas Eder
|
7725787591
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
jOOQ-test/src/org/jooq/test/_/testcases/CRUDTests.java
pom.xml
|
2013-10-01 13:05:28 +02:00 |
|
Lukas Eder
|
39783bb69f
|
Fixed Xtend code generation to match the latest improvements
|
2013-10-01 12:57:31 +02:00 |
|
lukaseder
|
d3ea56750e
|
[#2764] Let CRUD operations be able to perform UPDATEs on primary keys
|
2013-09-28 11:35:11 +02:00 |
|
Lukas Eder
|
275b3918e5
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
|
2013-09-27 12:47:19 +02:00 |
|
Lukas Eder
|
7677805e25
|
[#996] Add support for various Postgres ARRAY operations
|
2013-09-27 12:05:28 +02:00 |
|
lukaseder
|
5bb189f477
|
[#2580] Bad SQL rendered when combining DISTINCT with LIMIT .. OFFSET in
DB2, SQL Server
|
2013-09-24 22:31:46 +02:00 |
|
Lukas Eder
|
f753ccd850
|
[#2597] f1.concat(f2).toString() seems to render unnecessary cast expression
|
2013-09-24 11:44:45 +02:00 |
|
Lukas Eder
|
180b3a193b
|
Fixed a regression for Oracle
|
2013-09-24 11:44:16 +02:00 |
|
Lukas Eder
|
170b0aec0f
|
Restored accidental override of license header to jOOU. It should remain ASL 2.0 single-licensed, not dual-licensed OSS / Commercial
|
2013-09-24 10:25:40 +02:00 |
|
Lukas Eder
|
90b67fef15
|
[#2712] Field.equalIgnoreCase(String) method broken for SQL Server
|
2013-09-20 15:03:49 +02:00 |
|
Lukas Eder
|
028dc4503c
|
[#2760] org.jooq.Meta should treat MySQL databases as Schema, not as Catalog
|
2013-09-20 14:00:02 +02:00 |
|
Lukas Eder
|
232ec19e91
|
[#2681] "Type NULL is not supported in dialect MYSQL" when calling Meta.getTables() with MySQL or MariaDB JDBC drivers
|
2013-09-20 13:37:21 +02:00 |
|
Lukas Eder
|
0ef21afc1d
|
[#2534] Correctly handle Oracle BLOB and CLOB data types, when fetched through plain SQL
|
2013-09-20 13:19:17 +02:00 |
|