lukaseder
dbf7f9d4fc
[ #7258 ] Deprecate org.jooq.Clause
2018-03-07 13:58:54 +01:00
lukaseder
b166cda830
[ #7248 ] Error when running "SELECT 1" query from AbstractDatabase in unsupported SQLDialect
2018-03-07 11:45:58 +01:00
lukaseder
d72bd3c5d6
[ #2051 ] Add is[Not]DistinctFrom() to Row[N] types
2018-03-05 12:47:21 +01:00
lukaseder
649c256824
[ #5988 ] Add Javadoc to DSL.table(String) and Table.field(String) explaining the lack of field references in plain SQL tables
2018-03-05 11:37:38 +01:00
lukaseder
936a692dc3
[ #5988 ] Add Javadoc to DSL.table(String) and Table.field(String) explaining the lack of field references in plain SQL tables
2018-03-05 11:37:19 +01:00
lukaseder
c0af9354d9
[ #5318 ] Add support for ALTER TABLE .. ADD (...) to add multiple objects to a table at once
2018-03-01 16:53:38 +01:00
lukaseder
44ce8b3f23
[ #7171 ] Support parsing PostgreSQL array data types
2018-03-01 15:39:38 +01:00
lukaseder
47fe7434b7
[ #7171 ] Nested set operations in derived tables
2018-03-01 14:57:00 +01:00
lukaseder
3d2e04b77c
[ #7171 ] Correctly parse nested unions in correlated subqueries
2018-03-01 14:36:10 +01:00
lukaseder
7018e7a9ee
[ #7171 ] [ #7237 ]
...
- [#7237 ] now() function
- [#7171 ] current_timestamp(), current_time(), and current_date() can be functions, not just literals
2018-03-01 11:32:35 +01:00
lukaseder
052872de87
Java 8 fix
2018-02-28 16:42:12 +01:00
lukaseder
9c687202fc
[ #7231 ] Not all columns are fetched when plain SQL tables are mixed with generated ones
2018-02-28 11:21:07 +01:00
lukaseder
2177fcd3dc
[ #7222 ] [ #7224 ] [ #6431 ] Fix for edge cases
2018-02-27 15:30:00 +01:00
lukaseder
0602692413
[ #7224 ] Do not emulate nested set operators if not strictly needed
...
- [#7222 ] IN (SELECT .. UNION SELECT ..) doesn't work on Derby
- [#7224 ] Do not emulate nested set operators if not strictly needed
- [#6431 ] Recursive CTE doesn't work on MySQL because of automatic UNION nesting
2018-02-27 15:24:30 +01:00
lukaseder
b76ce7397e
[ #7219 ] XMLDatabase should support reading files from classpath
2018-02-26 10:04:00 +01:00
lukaseder
f7d7086ad4
[ #7217 ] Fix case where one name has more segments than the other
2018-02-23 11:51:21 +01:00
lukaseder
35069aadfc
[ #7217 ] DDLDatabase should sort SQL files
2018-02-23 11:29:21 +01:00
lukaseder
1c1e27521a
[ #2132 ] Add support for non-standard date-time fields in the EXTRACT() function and other functions
2018-02-22 17:56:31 +01:00
lukaseder
d1ccb52d89
[ #5594 ] [ #7171 ] Parser support for FETCH NEXT n PERCENT ROWS
2018-02-22 16:13:36 +01:00
lukaseder
1b393d5911
[ #5594 ] [ #7171 ] Parser support for FETCH NEXT n PERCENT ROWS
2018-02-22 15:57:59 +01:00
lukaseder
00a4b5c317
[ #5594 ] Add support for Oracle 12c FETCH N PERCENT ROWS and SQL Server TOP n PERCENT clauses
2018-02-22 15:43:21 +01:00
Lukas Eder
5d39becc2e
Update issue_template.md
2018-02-22 14:19:09 +01:00
lukaseder
d3bfb54a9a
[ #4556 ] Partial fix
2018-02-22 13:38:01 +01:00
lukaseder
fd0aee60aa
[ #6879 ] Add javax.xml.bind:jaxb-api dependency and avoid using the implementation
2018-02-22 11:04:17 +01:00
lukaseder
7c80289e35
[ #7171 ] Add support for parsing Oracle-style hints
2018-02-22 11:03:06 +01:00
lukaseder
d0acc17226
[ #6879 ] Add javax.xml.bind:jaxb-api dependency and avoid using the implementation
2018-02-20 15:17:26 +01:00
lukaseder
a1f9d3afbf
[ #4888 ] [ #7210 ] Serializable on generated POJOs and interfaces
...
- [#4888 ] Add <serializablePojos/> to allow for POJOs not to be Serializable
- [#7210 ] Add <serializableInterfaces/> to allow for interfaces not to be Serializable
2018-02-20 13:28:02 +01:00
lukaseder
b63f64e03b
[ #6358 ] Add ResultQuery.fetchSet(RecordMapper)
2018-02-20 12:51:34 +01:00
lukaseder
f8eb625c0e
[ #6621 ] Manual should not display "Unsupported versions" header when there are none
2018-02-20 12:45:47 +01:00
lukaseder
381a218038
[ #6358 ] Add ResultQuery.fetchSet(RecordMapper)
2018-02-20 12:45:23 +01:00
lukaseder
f5c4fa2929
[ #7202 ] [ #7206 ] DDLDatabase reports DECIMAL(65535, 32767) for precision/scale-less decimals
2018-02-20 09:43:48 +01:00
lukaseder
15cd9700b8
[ #7171 ] [ #7203 ] DDLDatabase fails with order in Index statements
2018-02-20 09:09:18 +01:00
lukaseder
54c79f9b96
[ #7139 ] Emulate this for MariaDB, MySQL
2018-02-19 12:44:20 +01:00
lukaseder
4bfd5aa284
[ #6241 ] DataType.nullable() and defaultValue() are not generated for enum types
2018-02-19 11:44:30 +01:00
lukaseder
fd4d124d0d
[ #7075 ] Fix for primitive types
2018-02-16 16:58:55 +01:00
lukaseder
c1ef45afe2
[ #7075 ] Generate equals(), hashCode(), and toString() on XJC generated classes
2018-02-16 16:46:57 +01:00
lukaseder
2664dbae57
[ #7194 ] H2 MetaTable's string column default values are wrong
2018-02-16 15:00:57 +01:00
lukaseder
46f3465c90
[ #7028 ] [ #7043 ] Emulate CREATE TABLE .. COMMENT for Oracle
2018-02-16 14:08:26 +01:00
lukaseder
b3c8dce4ab
[ #7191 ] Using VARBINARY type with length on Oracle fails in DDL statements
2018-02-16 13:26:50 +01:00
lukaseder
9bea1239a2
[ #7189 ] NullPointerException when DSL.name(Name...) contains a null Name argument
2018-02-16 13:17:14 +01:00
lukaseder
177f8137e9
[ #7188 ] Upgrade Hibernate dependency in jOOQ-meta-extensions to 5.2.13
2018-02-16 12:34:51 +01:00
lukaseder
66d1f6be87
[ #7187 ] Add List<T> DSLContext.fetchValues(Table<? extends Record1<T>>)
2018-02-16 12:29:02 +01:00
lukaseder
3895e4a0c2
[ #7186 ] NullPointerException when MetaTable.getIndexes() call retrieves a function-based index expression
2018-02-16 11:57:25 +01:00
lukaseder
dd7404c535
[ #7185 ] Emulate CREATE VIEW IF NOT EXISTS in PostgreSQL
2018-02-16 11:34:21 +01:00
lukaseder
705476f620
[ #7183 ] Cannot ORDER BY null in PostgreSQL, when Field.sortAsc() has no parameters
2018-02-16 11:20:25 +01:00
lukaseder
d2a5d867ad
Regenerate code
2018-02-16 11:20:20 +01:00
lukaseder
0ab7611e89
[ #7179 ] PostgresUtils.toPGXYZString() methods (and others) should avoid using String.replace() pre JDK 9
2018-02-16 10:52:07 +01:00
lukaseder
da08a01fb7
[ #7179 ] PostgresUtils.toPGXYZString() methods (and others) should avoid using String.replace() pre JDK 9
2018-02-16 09:57:00 +01:00
lukaseder
57fed5a7ad
[ #7028 ] [ #7043 ] Emulate CREATE TABLE .. COMMENT for PostgreSQL
2018-02-15 18:09:14 +01:00
lukaseder
89c4b40a2b
[ #5319 ] Added support for PostgreSQL
2018-02-15 18:01:18 +01:00