Knut Wannheden
cdae95bdd2
[ jOOQ/jOOQ#8592 ] Emulate CUME_DIST() for DB2 9 and 10
2020-02-27 11:24:39 +01:00
Knut Wannheden
556ff3e36b
[ jOOQ/jOOQ#8592 ] Emulate PERCENT_RANK() for DB2 9 and 10
2020-02-27 10:33:19 +01:00
Knut Wannheden
a402ec5023
[ jOOQ/jOOQ#8841 ] Redshift: Support native ILIKE operator
2020-02-26 15:32:10 +01:00
Knut Wannheden
8a006f67d5
[ jOOQ/jOOQ#9882 ] Deprecate SQLDialect#supports(Collection<SQLDialect>)
2020-02-26 15:21:30 +01:00
Lukas Eder
1c9f7f5a66
[ jOOQ/jOOQ#9866 ] Liquibase imports should use ClassLoaderResourceAccessor
2020-02-25 12:49:50 +01:00
Lukas Eder
db1d75b288
Merge pull request #9875 from Fadelis/feature/liquibase-changelog-table-names
...
[#9873 ] LiquibaseDatabase should use actual changeLog table names
2020-02-25 11:27:42 +01:00
Lukas Eder
b393fdd738
[ jOOQ/jOOQ#9872 ] Minor improvement
2020-02-25 11:17:46 +01:00
Lukas Eder
89f36f2f3b
Cosmetic changes
2020-02-25 11:16:18 +01:00
Lukas Eder
2d0409df23
[ jOOQ/jOOQ#9872 ] LiquibaseDatabase should use configured changeLogParameters.contexts when updating
2020-02-25 11:16:10 +01:00
Lukas Eder
eaeb60ec73
Merge pull request #9874 from Fadelis/feature/liquibase-contexts
...
[#9872 ] LiquibaseDatabase should use provided contexts on update
2020-02-25 11:11:05 +01:00
Fadelis
fbdc70e0a0
[ #9873 ] LiquibaseDatabase use correct changeLog table names as they might be overridden
2020-02-25 10:58:02 +01:00
Fadelis
fdb4bbd79d
[ #9872 ] LiquibaseDatabase should use provided contexts on update
2020-02-25 10:57:36 +01:00
Lukas Eder
c15f770d42
[ jOOQ/jOOQ#9833 ] Add missing @Support annotation to DSLContext#fetch*()
...
methods
2020-02-24 13:14:39 +01:00
Lukas Eder
630c7736eb
[ jOOQ/jOOQ#8805 ] Support OVERLAY() function
2020-02-24 12:53:21 +01:00
Lukas Eder
b1598ccbd9
[ jOOQ/jOOQ#9865 ] Fix a few REDSHIFT support annotations and DDL statements
2020-02-24 11:47:19 +01:00
Lukas Eder
e3d75812ca
[ jOOQ/jOOQ#9861 ] Add covariant overrides Record[N].with(Field, T) for
...
fluent setting of values on a Record
2020-02-21 14:13:40 +01:00
Knut Wannheden
f35493dc23
Cleanup: Remove some unwanted trailing spaces
2020-02-21 11:17:49 +01:00
Knut Wannheden
f84b15e04d
Cleanup: Simplify preprocessor's handling of whitespaces
2020-02-21 10:50:18 +01:00
Lukas Eder
27d422384a
[ jOOQ/jOOQ#7421 ] [ jOOQ/jOOQ#9832 ] Revert removal of FROM DUAL in MySQL
...
Newer versions of MariaDB and MySQL can do without FROM clause, so our "FROM dual" clause is no longer needed. There are some use cases in the jOOQ Open Source Edition (e.g. code generator), where wrong SQL is thus generated on MySQL 5.7. Thus, we'll postpone this improvement until we have a better solution.
2020-02-21 10:48:32 +01:00
Lukas Eder
4a63527e41
[ jOOQ/jOOQ#9849 ] Compilation error in generated code for check constraints containing bad escape sequences
2020-02-21 10:39:39 +01:00
Lukas Eder
8fafdb2286
[ jOOQ/jOOQ#9856 ] Parser cannot handle double quotes in string literals
2020-02-21 10:15:42 +01:00
Lukas Eder
40133a09af
Whitespace change
2020-02-21 09:23:51 +01:00
Lukas Eder
a0cbf450ba
[ jOOQ/jOOQ#4695 ] Fix regression
2020-02-21 09:23:32 +01:00
Lukas Eder
d8e8e1be2b
[ jOOQ/jOOQ#4695 ] Create separate Row[N] and Record[N] implementations
...
for each N
2020-02-20 17:23:04 +01:00
Knut Wannheden
0a55bad190
[ jOOQ/jOOQ#9825 ] Only build Refaster in Java 8+
2020-02-20 16:36:37 +01:00
Knut Wannheden
4df9b85bab
[ jOOQ/jOOQ#9825 ] Only run Refaster tests in Java 11
2020-02-20 16:19:04 +01:00
Knut Wannheden
9734362193
[ jOOQ/jOOQ#9825 ] Resynchronize .refaster files as binary files
2020-02-20 15:21:04 +01:00
Knut Wannheden
9faa244a0d
[ #282 ] Stop removing trailing spaces outside delimited code regions
2020-02-20 12:20:19 +01:00
Knut Wannheden
fff60947e1
[ jOOQ/jOOQ#9825 ] Enable building of jooq-test-refaster again
2020-02-19 17:24:45 +01:00
Knut Wannheden
1ae817a106
[ jOOQ/jOOQ#9825 ] Temporarily disable building of jooq-test-refaster
2020-02-19 17:14:53 +01:00
Knut Wannheden
68cf031531
[ jOOQ/jOOQ#9825 ] exec-maven-plugin appears to be broken
...
The `exec-maven-plugin` is supposed to use `${basedir}` as the working
directory (as one would expect), but it uses the parent process' working
directory. Also the existing `<workingDirectory>` parameter has no
effect...
2020-02-19 16:45:40 +01:00
Knut Wannheden
eb1ffec486
[ jOOQ/jOOQ#9825 ] Temporarily disabling step to combine Refaster files
2020-02-19 16:09:44 +01:00
Knut Wannheden
cb6bc67fd9
[ jOOQ/jOOQ#9825 ] Don't build jOOQ-refaster in Java 8 builds
...
`jOOQ-refaster` doesn't need to be built as part of the Java 8 builds
and in fact only causes problems.
2020-02-19 15:46:27 +01:00
Knut Wannheden
883cec7fe6
[ jOOQ/jOOQ#9825 ] Include jooq-refaster in builds
...
The `Splitter` now also copies the `jooq-refaster` and
`jooq-test-refaster` Maven modules for all relevant builds.
2020-02-19 14:42:00 +01:00
Lukas Eder
00e28e247f
Cosmetic fixes
2020-02-18 16:05:35 +01:00
Lukas Eder
5c6c00c99e
[ jOOQ/jOOQ#9842 ] Update error messages to refer to org.jooq.trial-java-8 Maven groupId
2020-02-14 17:40:17 +01:00
Lukas Eder
dd3ca6062d
Cosmetic fix
2020-02-14 14:03:19 +01:00
Lukas Eder
f8b9727389
[ jOOQ/jOOQ#9840 ] Added missing @Pro annotation
2020-02-14 11:12:17 +01:00
Lukas Eder
571dc579f6
[ jOOQ/jOOQ#9840 ] Remove DSL.groupingId() from jOOQ Open Source Edition, as no OSS dialect supports it
2020-02-14 10:54:56 +01:00
Lukas Eder
b5306ca559
Cosmetic fixes
2020-02-14 10:44:55 +01:00
Lukas Eder
9f214edb1d
[ jOOQ/jOOQ#9834 ] jOOQ-meta Database implementations should dynamically
...
detect server version and use appropriate dialect version
2020-02-13 16:09:46 +01:00
Lukas Eder
84dfaa1ee2
[ jOOQ/jOOQ#9835 ] NPE when using AbstractDatabase instance without explicit configuredCustomTypes
2020-02-13 16:00:36 +01:00
Lukas Eder
dffa77f470
Regenerated example code
2020-02-12 12:20:19 +01:00
Lukas Eder
330dac76de
Release 3.14.0-SNAPSHOT
2020-02-12 11:29:19 +01:00
Knut Wannheden
21292daf1d
[ jOOQ/jOOQ#9823 ] Apply WITH TIES emulation for FIREBIRD dialect
2020-02-12 10:39:49 +01:00
Knut Wannheden
14d06ce227
[ jOOQ/jOOQ#9822 ] Firebird: Support ALTER TABLE ... [DROP|SET] NOT NULL
2020-02-12 09:56:59 +01:00
Lukas Eder
32c536328c
[ jOOQ/jOOQ#9819 ] Add support for INFORMATION_SCHEMA.VIEWS in jooq-meta.xsd
2020-02-11 16:06:16 +01:00
Lukas Eder
20f3fce616
[ jOOQ/jOOQ#9805 ] Generate view source code with generated views
2020-02-11 15:17:24 +01:00
Lukas Eder
70c3b8a7dc
[ jOOQ/jOOQ#8452 ] Parse CREATE FORCE VIEW
2020-02-11 15:16:37 +01:00
Lukas Eder
04cfaaa329
[ jOOQ/jOOQ#9816 ] Add Definition.getSource()
2020-02-10 13:00:44 +01:00