Commit Graph

5239 Commits

Author SHA1 Message Date
lukaseder
cb2dc73cb9 [#5973] Allow for formatting / indenting JSON output through JSONFormat 2017-03-16 10:32:23 +01:00
lukaseder
bedf7e78b3 Upgraded manual's PostgreSQL dependency 2017-03-13 22:59:00 +01:00
lukaseder
9983c363b9 [#5894] Add Record.formatJSON() 2017-03-12 22:42:47 +01:00
lukaseder
b6463e2504 [#5894] Add Record.formatXML() 2017-03-12 22:25:37 +01:00
lukaseder
190ec66b49 [#5924] Add the Table.fullJoin() and SelectJoinStep.fullJoin() aliases 2017-03-12 21:11:25 +01:00
lukaseder
66edc06dc3 [#5955] Added support for hypothetical set functions 2017-03-08 23:23:28 +01:00
lukaseder
1b78661378 [#5956] Add DSL.{rank|denseRank|percentRank|cumeDist}(Collection<? extends Field<?>>) 2017-03-08 22:24:31 +01:00
lukaseder
8dcdb86b69 [#5955] Ordered set window functions must not contain ORDER BY or ROWS / RANGE clause 2017-03-08 22:07:48 +01:00
lukaseder
b3d44caac4 [#5955] Inverse distribution function support 2017-03-08 21:53:24 +01:00
lukaseder
031ee1d018 [#5955] Fixed ORDER SIBLINGS BY 2017-03-08 21:20:37 +01:00
lukaseder
8bf8ad7fcf [#5946] Compilation error in generated code when applying converter to Oracle NUMBER procedure parameter 2017-03-07 17:33:28 +01:00
lukaseder
a900ccabf4 [#5920] Add several Binding.of() convenience constructors 2017-03-07 16:58:54 +01:00
lukaseder
7c5f29de00 [#5619] [#5942] Formatting, Java 6 compliance 2017-03-07 15:04:37 +01:00
Lukas Eder
6a8a77a528 Merge pull request #5942 from lmarchau/fix-5619
[#5619] Add Field.containsIgnoreCase() to support Postgres' ILIKE operator
2017-03-07 14:47:10 +01:00
lukaseder
fba3c99f31 [#5938] Fix typo in manual's having example java code 2017-03-07 14:38:43 +01:00
lukaseder
37e7b33427 [#5947] Add TypedElementDefinition.getDefinedType() 2017-03-07 14:37:49 +01:00
lukaseder
2926b98f43 [#5938] Fixed also other manual versions 2017-03-07 13:54:11 +01:00
lukaseder
94c8211fce [#5943] OSS version fix 2017-03-07 13:53:17 +01:00
lukaseder
81ce77d34b [#5943] Boolean data type rewrites on Oracle procedures conflict with PL/SQL BOOLEAN data type logic 2017-03-07 13:50:31 +01:00
lukaseder
c12899bf3f Merge branch 'master' of https://github.com/jOOQ/jOOQ 2017-03-07 11:24:50 +01:00
lukaseder
46321ddc18 [#5877] [#5884] Fix regression in application of Routine param converters 2017-03-07 11:18:44 +01:00
Luc M
1b75820af0 [5619] Add Field.containsIgnoreCase() to support Postgres' ILIKE operator 2017-03-04 22:45:23 +01:00
lukaseder
863c1ee2c5 [#5938] Fix typo in manual's having example java code 2017-03-04 19:14:04 +01:00
Lukas Eder
ba0e582123 Merge pull request #5938 from zellyn/patch-1
Fix typo in `having` example java code
2017-03-04 18:46:37 +01:00
Zellyn Hunter
7ee589d6bf Fix typo in having example java code 2017-03-02 17:35:48 -05:00
lukaseder
612a5827fc [#5936] Ignore strategy/name when strategy/matchers is present, in code generator 2017-03-02 21:37:39 +01:00
lukaseder
c97ca087df [#5927] Undeprecate Parser 2017-02-27 21:03:03 +01:00
lukaseder
01008c0d3c [#5922] Parser doesn't accept FULL JOIN 2017-02-26 22:17:55 +01:00
lukaseder
dca6d526fb [#5921] MockFileDatabase shouldn't trim lines 2017-02-26 21:53:34 +01:00
lukaseder
8e096502bf [#5918] Experimental implementation (will change) 2017-02-26 21:27:21 +01:00
lukaseder
9d83278088 [#5901] Bind variable index should be logged in stack trace when there is a JDBC data type problem 2017-02-26 16:20:50 +01:00
lukaseder
5cd1821ba8 [#5904] Improve Javadoc on ExecuteContext.rows() 2017-02-26 15:41:02 +01:00
lukaseder
de3a75127c [#1735] Add Setting to indicate that bind values should not be cast 2017-02-26 15:33:40 +01:00
lukaseder
ccefb254ad [#5890] H2Database orders tables by ID instead of NAME 2017-02-17 22:34:02 +01:00
lukaseder
c367e0bd45 [#5888] <expressions/> deprecation message is logged several times by the code generator 2017-02-17 22:18:59 +01:00
lukaseder
fd7d8e0376 [#5886] Manual typo: >U> should be <U> 2017-02-17 17:36:43 +01:00
lukaseder
c52864cbf5 [#5877] [#5884] Improved code generator configuration
- [#5877] Add <enumConverter/> flag in <forcedType/> to auto-generate EnumConverter
- [#5884] Allow for specifying Java expressions as Converter / Binding configurations
2017-02-17 14:32:57 +01:00
lukaseder
5f72c6080f [#5881] Added test to example 2017-02-17 09:46:10 +01:00
lukaseder
fcdb5f23a2 [#5881] NullPointerException when running Maven code generator plugin without <target/> specification 2017-02-17 09:45:38 +01:00
lukaseder
99eb5e7ff9 [#5879] Added test to jooq-flyway-example 2017-02-16 12:19:55 +01:00
lukaseder
57e338fa8b [#5879] Schema version check does not work with Scala 2017-02-16 12:18:42 +01:00
lukaseder
45ac8f1f4b [#5878] Add DelegatingConverter<T, U> 2017-02-15 22:25:39 +01:00
lukaseder
9d8214639e [#5850] Add support for SYS_REFCURSOR IN parameters 2017-02-15 14:32:43 +01:00
lukaseder
715f89a5c4 [#5845] Added contributor to ABOUT.txt 2017-02-15 11:02:25 +01:00
Lukas Eder
c08ada9920 Merge pull request #5848 from GYWang1983/master
[#5845] ClassNotFoundException occures when generate codes form JPA entity by maven plugin
2017-02-15 10:57:00 +01:00
Lukas Eder
893eabc004 Update CONTRIBUTING.md 2017-02-15 10:26:55 +01:00
lukaseder
10e8535873 [#5453] Work around Oracle 12c issue with INSERT .. SELECT into tables with IDENTITY column 2017-02-10 17:48:02 +01:00
lukaseder
f7bf0f14f3 [#5361] Add ResultQuery.fetchStreamInto() 2017-02-10 16:02:23 +01:00
lukaseder
5b0f2dce80 [#3062] [#5568] Streamlined third party contribution 2017-02-10 15:39:46 +01:00
Lukas Eder
791f2b3539 Merge pull request #5568 from kag0/master
[#3062] Add support for conversion into Collection types
2017-02-10 15:12:36 +01:00