lukaseder
|
f674daaa60
|
[#4792] Add Schema.getCatalog() and render the catalog in SQL
|
2015-12-09 17:57:00 +01:00 |
|
lukaseder
|
eb70ea0ad9
|
[#4785] Added support for more dialects
|
2015-12-09 16:24:56 +01:00 |
|
lukaseder
|
b82e751006
|
[#4785] Add support for OFFSET without LIMIT
|
2015-12-08 18:26:42 +01:00 |
|
lukaseder
|
887540a9d2
|
[#4784] Add support for OFFSET .. LIMIT in addition to LIMIT .. OFFSET
|
2015-12-08 14:12:07 +01:00 |
|
lukaseder
|
20d3e41146
|
[#4772] [#4773]
- [#4772] Extremely slow mapping Record.into(ProxyableInterface.class)
- [#4773] DefaultRecordMapper is not thread safe when mapping proxyable interface
|
2015-12-04 11:23:13 +01:00 |
|
lukaseder
|
50a41de7b4
|
[#4771] Confusing SQLDialectNotSupportedException when passing wrong arguments to DSL.nvl() function, and others
|
2015-12-03 13:08:43 +01:00 |
|
lukaseder
|
f2c80bbd12
|
[#4761] Add MySQL IFNULL() support as a synonym for NVL()
|
2015-12-03 12:33:06 +01:00 |
|
lukaseder
|
921436509c
|
[#4769] Improve TableLike.field(Field) Javadoc
|
2015-12-01 14:31:01 +01:00 |
|
lukaseder
|
33b019ee9c
|
[#4762] org.jooq.Meta must not cache DatabaseMetaData in order not to violate the ConnectionProvider contract
|
2015-12-01 10:28:37 +01:00 |
|
lukaseder
|
ee30788263
|
[#4749] Regression in AbstractParam throwing StackOverflowError when calling UDTRecord.toString()
|
2015-11-27 10:17:21 +01:00 |
|
lukaseder
|
1f99a66681
|
[#4753] Add Settings for default naxRows, fetchSize, queryTimeout and other values
|
2015-11-26 19:43:40 +01:00 |
|
lukaseder
|
5185a5a022
|
[#4737] Documentation bug: Deprecation remark on fieldByName(Class, String...) points to wrong substitute
|
2015-11-13 13:45:59 +01:00 |
|
lukaseder
|
597d0c300f
|
[#4735] Add DSL.condition(Record) for Query By Example (QBE) predicate building support
|
2015-11-13 13:20:04 +01:00 |
|
lukaseder
|
09b106b16a
|
Workaround for a Java 6 compiler issues
|
2015-11-12 09:44:10 +01:00 |
|
lukaseder
|
dc0cba7210
|
[#4729] Emulate DSL.count(Table) and countDistinct(Table) for all other dialects
|
2015-11-11 14:26:12 +01:00 |
|
lukaseder
|
cd9bba149b
|
[#4731] Add Javadoc warning to Table.equals() to help prevent accidental usage
|
2015-11-11 12:12:47 +01:00 |
|
lukaseder
|
f147e8dc12
|
[#4730] Recognise pgjdbc-ng JDBC URL in JDBCUtils.dialect(String)
|
2015-11-11 09:47:10 +01:00 |
|
lukaseder
|
c6d8626eab
|
[#4724] Missing @Support annotations
|
2015-11-10 11:14:19 +01:00 |
|
lukaseder
|
1dbb27d049
|
[#4724] Support PostgreSQL-specific native syntax
|
2015-11-10 10:41:32 +01:00 |
|
lukaseder
|
7b65c4fd29
|
[#4724] Compare by PK only if the PK belongs to the same table
|
2015-11-10 10:32:01 +01:00 |
|
lukaseder
|
d3835638e2
|
[#4724] Add Table.eq(Table<R>) and Table.ne(Table<R>)
|
2015-11-10 10:28:13 +01:00 |
|
lukaseder
|
ab3e79a814
|
[#4721] Add Javadoc examples to DSL.using(String), showing proper use with try-with-resources
|
2015-11-08 17:20:24 +01:00 |
|
lukaseder
|
08048bffda
|
[#4712] Cannot call standalone PostgreSQL function with enum array return type in non-public schema
|
2015-11-05 14:45:09 +01:00 |
|
lukaseder
|
0ba293f6c4
|
[#4693] Add DSL.toDate(value, format) and DSL.toTimestamp(value, format)
|
2015-10-26 15:48:39 +01:00 |
|
lukaseder
|
67405c4969
|
[#4692] Use correct term for "ordered-set aggregate function" in Javadoc and manual
|
2015-10-21 16:50:09 +02:00 |
|
lukaseder
|
df1c1a711b
|
[#4568] Add support for the PostgreSQL MODE() ordered-set aggregate function
|
2015-10-21 16:45:00 +02:00 |
|
lukaseder
|
8ba5ad556e
|
[#4642] Fixed regression
|
2015-10-21 15:28:57 +02:00 |
|
lukaseder
|
5758429250
|
[#4688] Add a Javadoc comment to DataType#convert() linking to Convert#convert() for detail
|
2015-10-21 12:36:07 +02:00 |
|
lukaseder
|
9c93ab45fd
|
[#4686] Incomplete overloading of SelectJoinStep.straightJoin()
|
2015-10-21 12:28:49 +02:00 |
|
lukaseder
|
cb8b74a213
|
[#4687] Add ResultQuery.fetchStream() as a alias for stream()
|
2015-10-21 12:27:53 +02:00 |
|
lukaseder
|
bfe3034187
|
[#4687] Add ResultQuery.fetchStream() as a alias for stream()
|
2015-10-21 12:24:00 +02:00 |
|
lukaseder
|
207528f704
|
[#4677] Add type safe overloads DSL.with(String, String, String) that will expect Select<? extends Record2<?, ?>>
|
2015-10-19 21:41:21 +02:00 |
|
lukaseder
|
94d40a5202
|
[#4678] Plain SQL version SelectJoinStep.straightJoin() is missing @PlainSQL annotation
|
2015-10-18 17:18:47 +02:00 |
|
lukaseder
|
433129e614
|
[#4676] Add SelectFromStep.from(Name) and similar convenience methods
|
2015-10-18 17:16:57 +02:00 |
|
lukaseder
|
32cf366263
|
[#4668] Added missing dialects that require a DUAL table
|
2015-10-17 20:57:30 +02:00 |
|
lukaseder
|
b1ac068141
|
[#4668] Minor change... ;-)
|
2015-10-17 20:49:57 +02:00 |
|
lukaseder
|
66fe0e4076
|
[#4672] Too many context objects are created when generating SQL
|
2015-10-17 20:42:49 +02:00 |
|
lukaseder
|
baf315e6e0
|
[#4668] Significant overhead caused by check if FROM clause is needed
|
2015-10-17 20:18:49 +02:00 |
|
lukaseder
|
33863146f5
|
[#4664] Inefficent initialisation of SortFieldList and other QueryPartLists
|
2015-10-17 19:50:58 +02:00 |
|
lukaseder
|
387addda9f
|
[#4663] Add DSL.val(X), value(X), and inline(X) overloads for all common types
|
2015-10-17 19:43:47 +02:00 |
|
lukaseder
|
00d64aa43a
|
[#4659] Significant overhead caused by type lookup when using DSL.val(T) or DSL.inline(T) in org.jooq.impl.Limit
|
2015-10-17 19:06:14 +02:00 |
|
lukaseder
|
c421781e75
|
[#4658] Let DSL.zero(), one(), two() return Param instead of Field
|
2015-10-17 18:27:50 +02:00 |
|
lukaseder
|
a67d22e2ed
|
[#4651] Significant overhead caused by AbstractContext's internal ArrayDeque stacks that created even if there are no VisitListeners
|
2015-10-17 18:09:34 +02:00 |
|
lukaseder
|
8238789057
|
[#3935] InternalVisitListener accounts for a lot of CPU load
|
2015-10-17 17:33:54 +02:00 |
|
lukaseder
|
ccae6aae34
|
[#4646] Significant overhead from Scope.data() Map access
|
2015-10-17 12:51:35 +02:00 |
|
lukaseder
|
b84b488527
|
[#4642] Significant schema mapping initialisation overhead when schema mapping isn't even used
|
2015-10-17 11:56:23 +02:00 |
|
lukaseder
|
184c9615fe
|
[#4637] Visibility change wasn't needed
|
2015-10-16 17:58:14 +02:00 |
|
lukaseder
|
e6dea170c9
|
[#4637] Regression in Table.onKey(ForeignKey) with multiple joins
|
2015-10-16 17:56:39 +02:00 |
|
lukaseder
|
b36560de66
|
[#4638] Misleading ReferenceImpl.toString() implementation
|
2015-10-16 17:35:59 +02:00 |
|
lukaseder
|
5193db12b1
|
[#4634] Significant CPU overhead in CursorImpl#fetchOne() due to frequent HashMap access
|
2015-10-16 14:51:04 +02:00 |
|