Commit Graph

7429 Commits

Author SHA1 Message Date
lukaseder
5f6a3e5289 [#8393] [#8394] Manual improvements
- [#8393] Replace static field references in manual by instance references
- [#8394] Manual CAST() example shouldn't reference PostgresDataType.TEXT
2019-03-07 10:33:14 +01:00
lukaseder
6c123d7ea1 [#5640] [#8391] Better support for reading JSON, CSV, XML
- [#5640] MockFileDatabase should support all jOOQ import formats, including JSON, CSV, XML
- [#8391] DSLContext.fetchFromJSON() should be able to read JSON without header information
2019-03-06 15:50:57 +01:00
lukaseder
ad1f015401 [#2233] Turn off some XML features for security reasons 2019-03-06 14:12:41 +01:00
lukaseder
80d8642c5b [#2233] Add Result<?> DSLContext.fetchFromXML() to allow for loading results that were exported using Result.formatXML() 2019-03-06 14:08:48 +01:00
lukaseder
726e77960a [#8390] Add support for unmapping Iterable 2019-03-06 12:39:07 +01:00
lukaseder
70fe064517 [#7809] Generate overridden Table.fieldsRow() method in generated tables 2019-03-05 14:17:42 +01:00
lukaseder
14d9703a10 [#8346] Improve Javadoc on DSLContext.meta(Table...) etc. 2019-03-05 12:29:13 +01:00
lukaseder
485d117d17 Upgraded H2 dependency to 1.4.198 2019-03-05 11:48:25 +01:00
lukaseder
a1591a2e8e [#7518] [#8386] Support inline constraint names in CREATE TABLE statements 2019-03-05 11:41:01 +01:00
lukaseder
4c3efa0cec [#8328] { UPDATE | DELETE } .. LIMIT isn't emulated correctly in the absence of unique key meta information 2019-03-04 12:32:24 +01:00
lukaseder
4b9c055784 [#7937] Documentation examples using jOOQ with JPA show wrong Query.getParams() usage 2019-03-04 11:55:07 +01:00
lukaseder
4e902bea0c [#7518] [#8384] Add parser support for INSERT INTO t [[AS] alias] 2019-03-04 11:02:13 +01:00
lukaseder
eb6952405b [#6583] Make this work also for aliased target tables 2019-03-04 10:41:03 +01:00
lukaseder
4e2bc62640 [#8383] Emulate { UPDATE | DELETE } table AS alias in SQL Server 2019-03-01 17:44:11 +01:00
lukaseder
8aa087e5fb [#8342] Array of enums whose literals contain special characters cannot be bound in PostgreSQL 2019-03-01 16:21:49 +01:00
lukaseder
f27ae69702 Removed unnecessary import 2019-03-01 16:21:42 +01:00
lukaseder
bcd684dabb [#7591] Refactor calls to DefaultExecuteContext.register() to use ResourceManagingScope.autoFree() instead 2019-02-28 15:56:08 +01:00
lukaseder
0999465dff [#8363] Slow check for similar generated files that differ by case 2019-02-28 14:32:49 +01:00
lukaseder
e57e49a746 [#8363] Slow check for similar generated files that differ by case 2019-02-28 14:22:14 +01:00
lukaseder
f81ddaca57 [#8361] [#8362]
- [#8361] Cache Patterns in MatcherStrategy
- [#8362] <regexFlags/> is not applied to matcher strategy
2019-02-28 13:14:46 +01:00
lukaseder
7a37e02b4c [#8360] Added documentation 2019-02-28 13:14:35 +01:00
lukaseder
4e95b3fab1 [#2530] Further predicate support 2019-02-28 12:37:25 +01:00
lukaseder
dd340e74be [#8360] Add new MatcherTransformType.LOWER_FIRST_LETTER and UPPER_FIRST_LETTER 2019-02-28 12:37:07 +01:00
lukaseder
32d008c32c [#8355] NullPointerException on Routine.toString() when routine is not attached to a Configuration 2019-02-27 10:21:39 +01:00
lukaseder
245fab2896 [#8332] Wrong documentation for forceIntegerTypesOnZeroScaleDecimals 2019-02-26 10:42:06 +01:00
lukaseder
a32df83fc0 [#2530] Support for row value expressions 2019-02-25 10:49:19 +01:00
lukaseder
54c5bc3138 [#8350] Parser parses (a, b) IS NULL as (a, b) IS NOT NULL 2019-02-25 09:32:31 +01:00
lukaseder
04d03bfda0 [#2530] First working draft 2019-02-22 15:35:35 +01:00
lukaseder
6e8b2d97db [#6944] Add a way to specify what object type a <forcedType/> should match 2019-02-21 10:09:11 +01:00
lukaseder
c154c58c57 [#6944] Add a way to specify what object type a <forcedType/> should match 2019-02-21 10:02:37 +01:00
lukaseder
d8f06d6b1c Fix OSS edition 2019-02-19 17:06:40 +01:00
lukaseder
1c2c2343b7 [#8338] Redundant QualifiedField.name and AbstractNamed.name fields 2019-02-19 12:22:23 +01:00
lukaseder
3c31a7f130 [#8339] RemovingPrefixMapper is not implemented correctly 2019-02-19 12:13:12 +01:00
lukaseder
e37788981d [#8336] DDLDatabase cannot load relative paths in Maven modules that do not contain wildcards 2019-02-19 10:42:52 +01:00
lukaseder
426cc96ff7 Update scala-maven-plugin 2019-02-18 11:48:59 +01:00
lukaseder
7e3fa0efd3 [#8331] Add DSLContext.truncateTable() as an alias for truncate() 2019-02-18 10:20:30 +01:00
lukaseder
e3fb522416 [#6382] Fix Derby Support annotations 2019-02-18 10:20:24 +01:00
lukaseder
b40260058a [#6382] Fix Derby Support annotations 2019-02-18 10:12:59 +01:00
lukaseder
0be8df7bcd [#6382] Fix Derby Support annotations 2019-02-18 10:02:37 +01:00
lukaseder
8cbd0208b3 [#8333] Support INSERT .. ON ( DUPLICATE KEY | CONFLICT ) in Derby 2019-02-18 09:29:04 +01:00
lukaseder
2eb488aab1 [#5110] Add support for Derby's MERGE statement 2019-02-15 16:43:34 +01:00
lukaseder
7c70b54c09 [#8329] Lacking formatting for WITH [ NO ] DATA clause 2019-02-15 12:34:38 +01:00
lukaseder
fba479036b [#6382] Fix Derby Support annotations 2019-02-15 12:30:18 +01:00
lukaseder
d096c7d218 [#7796] Support DatePart.QUARTER in Derby 2019-02-15 11:38:44 +01:00
lukaseder
6f350f13e0 [#8325] By default, turn this feature off in the parser 2019-02-15 10:02:25 +01:00
lukaseder
a478af0651 [#8294] Add a newline after translated SQL in the ParserCLI's interactive mode 2019-02-14 15:14:26 +01:00
lukaseder
64e52efcdc [#8325] Add a special comment syntax to the Parser and DDLDatabase that allows for ignoring certain statements 2019-02-14 14:33:58 +01:00
lukaseder
130040e2e6 [#5899] jOOQ-checker should provide both checker-framework and ErrorProne checks 2019-02-14 12:33:41 +01:00
lukaseder
e837ad67f0 [#5899] jOOQ-checker should provide both checker-framework and ErrorProne checks 2019-02-14 12:33:27 +01:00
lukaseder
a546e58996 [#5899] jOOQ-checker should provide both checker-framework and ErrorProne checks 2019-02-14 12:21:54 +01:00