Lukas Eder
|
425b71d92a
|
Release 3.3.0-SNAPSHOT
|
2013-10-29 12:29:01 +01:00 |
|
Lukas Eder
|
0636238b1e
|
Synced with "pro" version
|
2013-10-29 12:22:34 +01:00 |
|
Lukas Eder
|
77efa7ede2
|
[#2801] add help message to jOOQ-Codegen when OSS users try using commercial databases
|
2013-10-29 12:22:23 +01:00 |
|
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
|
ba947e3f16
|
Fixed bad test assumptions about returned data types
|
2013-10-29 10:55:24 +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
|
0deb4f6f92
|
Don't run this test in H2
|
2013-10-28 17:54:46 +01:00 |
|
Lukas Eder
|
fac2c3ab08
|
Something keeps changing... ?
|
2013-10-28 17:54:23 +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
|
a286d1a462
|
Added missing DELETE statements
|
2013-10-22 16:14:24 +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
|
2ffd4ba3e9
|
Fixed typo
|
2013-10-17 16:09:30 +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
|
bc7e0ad6f6
|
[#2777] Regenerated PostgreSQL schema
|
2013-10-16 14:05:20 +02:00 |
|
Lukas Eder
|
5b10860d7c
|
[#2777] Let code generator reflect PostgreSQL table inheritance in generated tables, records, pojos, daos
- Added inheritance capability to jOOQ-Meta
|
2013-10-16 14:05:09 +02:00 |
|
Lukas Eder
|
be485c7d1b
|
[#2777] Regenerated "pg_catalog"
|
2013-10-16 14:04:36 +02:00 |
|
Lukas Eder
|
5d5182fcea
|
Removed query execution limitation from trial version
|
2013-10-15 15:14:29 +02:00 |
|
Lukas Eder
|
606a27cec2
|
[#2776] Add support for the PostgreSQL ONLY clause - Regenerated PostgreSQL schema
|
2013-10-15 15:14:10 +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
|
2f1c103a92
|
Removed jdbcoracle package from OSS distribution
|
2013-10-09 19:28:12 +02:00 |
|
Lukas Eder
|
f00684957c
|
Regenerated classes
|
2013-10-09 19:26:11 +02:00 |
|
Lukas Eder
|
fb176af7df
|
Release 3.2.0
|
2013-10-09 19:24:30 +02:00 |
|
Lukas Eder
|
5779e888f9
|
Restored missing xjb file
|
2013-10-09 19:23:11 +02:00 |
|
Lukas Eder
|
38f8eea126
|
Fixed typo
|
2013-10-09 19:23:02 +02:00 |
|
Lukas Eder
|
265a6ca857
|
Fixed some typos
|
2013-10-08 16:44:37 +02:00 |
|
Lukas Eder
|
5fdca06dd1
|
Added remarks about VisitListener being experimental
|
2013-10-08 13:56:49 +02:00 |
|
Lukas Eder
|
2918b30ed2
|
Fixed parent pom.xml
|
2013-10-08 13:44:39 +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
|
c23d6cf0e6
|
Fixed some test setups
|
2013-10-07 16:36:04 +02:00 |
|
Lukas Eder
|
444cf8df47
|
OSS / Commercial dual-licensing: Remove some commercial code sections from publicly available GitHub repository.
|
2013-10-07 15:55:31 +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
|
367d6a45e1
|
Removed jOOQ-tools and jOOQ-website from public repository
|
2013-10-07 14:58:26 +02:00 |
|