Commit Graph

4468 Commits

Author SHA1 Message Date
lukaseder
a4ebfe114b [#3073] Added remarks about new Maven groupIds to maven-install.bat and .sh 2015-11-12 09:46:27 +01:00
lukaseder
94d2f64543 Release 3.7.1 2015-11-12 09:44:43 +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
100c07ee5b Use 3.8.0-SNAPSHOT versions in examples to avoid confusion 2015-11-05 17:22:00 +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
b2fc85457f [#4708] Wrong enum type referenced from UDT, when the same enum type exists in different schemas in PostgreSQL 2015-11-05 13:54:53 +01:00
lukaseder
e89a2a8c9e [#681] Fixed jOOQ-meta-extensions compiler error 2015-10-26 17:51:41 +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
cc24843cdb Removed zero-width whitespace 2015-10-21 12:23:51 +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
2e0b9d4588 [#681] Added support for domains to jOOQ-meta and generate stub classes 2015-10-18 16:51:46 +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
lukaseder
0a63655957 [#4124] Add <username/> as a synonym for <user/> in the code generation configuration 2015-10-14 17:32:02 +02:00
lukaseder
bd2420b410 [#4626] Zero-length DAO source files generated for non-updatable tables 2015-10-12 16:49:00 +02:00
lukaseder
613875efd0 Added new contributor Szymon Jachim 2015-10-09 18:17:24 +02:00
Lukas Eder
1a80572fff Merge pull request #4619 from sjachim/master
Let SQLTable constructor pass SQL string to AbstractTable parent constructor
2015-10-09 18:13:22 +02:00
lukaseder
9e28ad2d1b [#4624] Compilation error in generated code when column is of type "TIMESTAMP WITH TIME ZONE" in Oracle 2015-10-09 11:52:23 +02:00
lukaseder
0e12467bac Release 3.8.0-SNAPSHOT (wrong version rename) 2015-10-09 11:22:39 +02:00