Commit Graph

4440 Commits

Author SHA1 Message Date
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
lukaseder
52e9c51812 [#4620] Change error message when jOOQ-meta database type could not be found 2015-10-09 10:02:55 +02:00
Szymon Jachim
b9ca75e9b2 Making SQLTable pass on tables name to AbstractTable in a similar name how SQLField does it. 2015-10-08 14:46:33 +02:00
lukaseder
7a238299aa Release 3.8.0-SNAPSHOT 2015-10-08 14:42:58 +02:00
lukaseder
ca0ebec609 Release 3.7.0 2015-10-08 13:58:32 +02:00
lukaseder
509501b1b9 Release 3.7.0 2015-10-08 13:22:00 +02:00
lukaseder
ed252f14f3 In Java 6, there is no such thing as "effectively final" 2015-10-08 13:21:44 +02:00
lukaseder
bb286f23ef [#4264] Revert change 2015-10-08 11:25:02 +02:00
lukaseder
1f5e2e795b Release 3.7.0 2015-10-08 11:22:04 +02:00
lukaseder
3c8fa0643b [#4263] Reverted deprecation warning 2015-10-08 11:21:48 +02:00
lukaseder
f143f0d915 Derby @Support annotations... 2015-10-08 10:47:22 +02:00
lukaseder
1a6fcd1f22 HSQLDB fixes 2015-10-08 10:08:42 +02:00
lukaseder
fed5dfcb87 ... 2015-10-08 09:32:15 +02:00
lukaseder
bb0613167b [#4617] NullPointerException when calling UniqueKey.getReferences() in MySQL 2015-10-08 09:32:02 +02:00
lukaseder
b2322bfcb1 [#4614] Wrong data type reported on org.jooq.Meta by dialect of a family with multiple dialects 2015-10-07 18:34:38 +02:00
lukaseder
5f371fa7b2 [#4593] Improper Resource Shutdown or Release in LoaderImpl 2015-10-07 14:12:17 +02:00
lukaseder
567de0a66e [#4592] Improper Restriction of XML External Entity References ('XXE') in XMLasDOMBinding 2015-10-07 13:21:33 +02:00
lukaseder
c52c061b3a [#4403] Revert erroneous fix 2015-10-07 13:13:43 +02:00
lukaseder
8257737d2e [#4431] Add an about file to the deliverable, as specified in the transfer of rights agreement 2015-10-07 12:44:32 +02:00
lukaseder
2b2dcf5aa8 [#4597] Log warning when <forcedType/> doesn't have any matching SQLDataType or <customType/> 2015-10-07 11:49:38 +02:00
lukaseder
5454fdbd0d Fixed warnings 2015-10-07 11:16:11 +02:00
lukaseder
7c90344ec5 [#1206] Add the "LEFT" prefix to "LEFT { SEMI | ANTI } JOIN" 2015-10-07 10:16:33 +02:00
lukaseder
41520f54fa [#1206] Add the "LEFT" prefix to "LEFT { SEMI | ANTI } JOIN" 2015-10-06 15:31:51 +02:00
lukaseder
cfe518cd5b [#4591] .zip deliverable should contain a project folder inside of the .zip file 2015-10-06 10:32:35 +02:00
lukaseder
6fb24db702 Use implicit classes instead of existing solutions for Conversions 2015-10-06 10:24:02 +02:00
lukaseder
abbbdba4d9 [#4600] Add support for plain SQL APIs via Scala string interpolation 2015-10-06 10:07:01 +02:00
lukaseder
cfe3013af9 [#4594] Add DSLContext.query(SQL) etc 2015-10-03 14:30:57 +02:00
lukaseder
10ec93e0ec [#4588] NullPointerException when a TABLE OF OBJECT contains a NULL object 2015-09-29 16:39:16 +02:00
lukaseder
14edfc473e [#884] ARRAY's and UDT's are not correctly inlined when rendering inlined SQL 2015-09-29 16:24:46 +02:00