lukaseder
|
790739147b
|
[#7051] [#7052] Generated scala code contains deprecation warning for TableImpl
|
2018-01-15 10:37:54 +01:00 |
|
Lukas Eder
|
9053f74de3
|
Merge pull request #7052 from er1c/scala-deprecation
[7051] Fix generated scala deprecation warning
|
2018-01-15 10:32:52 +01:00 |
|
lukaseder
|
911b658378
|
[#7049] Generated Tables.scala has unused imports
|
2018-01-15 10:18:22 +01:00 |
|
lukaseder
|
85e5a34f44
|
[#7055] Fixed regression
|
2018-01-15 09:52:49 +01:00 |
|
lukaseder
|
f6c98264d4
|
[#6485] Support parsing JDBC escape syntax for date/time literals
|
2018-01-15 09:48:19 +01:00 |
|
lukaseder
|
e658c4c78c
|
Updated manual's contributor list
|
2018-01-15 09:25:54 +01:00 |
|
lukaseder
|
7890c23b32
|
[#7055] POJO copy constructor should use interface when codegen of <interfaces/> = true
|
2018-01-15 09:25:44 +01:00 |
|
Lukas Eder
|
40551d109b
|
Merge pull request #7054 from anuraaga/parse-datetime
[#7021] Add parser support for DATETIME data type.
|
2018-01-15 09:00:33 +01:00 |
|
Anuraag Agrawal
|
295226d48a
|
[#7021] Add parser support for DATETIME data type.
|
2018-01-15 13:23:19 +09:00 |
|
Eric Peters
|
8bdf12842d
|
[7051] Fix generated scala deprecation warning
|
2018-01-13 08:54:14 -08:00 |
|
lukaseder
|
12bb3efbcc
|
[#6132] [#6485] Add parser support for the ON UPDATE column type clause
|
2018-01-12 17:11:38 +01:00 |
|
lukaseder
|
247c8b2dcd
|
[#7044] Add support for ALTER TABLE .. COMMENT
|
2018-01-12 15:15:30 +01:00 |
|
lukaseder
|
646dadec10
|
[#7028] Add support for CREATE TABLE .. COMMENT in parser
|
2018-01-12 14:52:47 +01:00 |
|
lukaseder
|
eeb3d4a440
|
[#7028] Add support for CREATE TABLE .. COMMENT
|
2018-01-12 14:41:56 +01:00 |
|
lukaseder
|
26f60d37e6
|
[#7039] DDLDatabase should auto-create missing schemas
|
2018-01-12 13:13:36 +01:00 |
|
lukaseder
|
3fe26d6894
|
[#7040] Add DataAccessException.getCause(Class<? extends Throwable>)
|
2018-01-12 12:43:14 +01:00 |
|
lukaseder
|
23afe489f3
|
[#7037] Plain SQL API should recognise multi-character PostgreSQL geometry operators
|
2018-01-12 11:05:32 +01:00 |
|
lukaseder
|
77774ac9e2
|
[#7035] Plain SQL API should recognise multi-character PostgreSQL ltree operators
|
2018-01-12 10:56:13 +01:00 |
|
lukaseder
|
8c8602804e
|
[#7032] Remove broken Parser "Expected Tokens" error message
|
2018-01-10 17:55:51 +01:00 |
|
lukaseder
|
5654580119
|
Fix recent grammar changes
|
2018-01-10 16:46:17 +01:00 |
|
lukaseder
|
020631a251
|
[#6485] [#7022] Support parsing MySQL UNIQUE [ INDEX | KEY ] constraint definition
|
2018-01-10 16:35:20 +01:00 |
|
lukaseder
|
645c8a28f3
|
[#6485] [#7020] Support parsing MySQL TINYINT(1) data types and other integer types with length
|
2018-01-10 16:12:42 +01:00 |
|
lukaseder
|
f58e7d7ef6
|
[#6485] [#7018] Support parsing MySQL / MariaDB COMMENT syntax
|
2018-01-10 15:46:38 +01:00 |
|
lukaseder
|
bd13797ad5
|
[#7025] TODO, replace this by a dynamic enum data type encoding, once available
|
2018-01-10 15:05:18 +01:00 |
|
lukaseder
|
2d8ae08b5e
|
[#6485] [#7017] Parse MySQL ENUM and SET types (as VARCHAR)
|
2018-01-10 14:56:27 +01:00 |
|
lukaseder
|
eec46ca083
|
[#7016] Add option to disable the generation of all Javadoc
|
2018-01-09 15:55:41 +01:00 |
|
lukaseder
|
06f14b1f91
|
[#5703] Add option to disable code generation of comments
|
2018-01-09 15:38:47 +01:00 |
|
lukaseder
|
1c23e0f96b
|
[#6933] Not all databases support the NULL statement (could result from parsing)
|
2018-01-09 12:52:43 +01:00 |
|
lukaseder
|
d0b283108e
|
[#7009] Invalid SQL rendered for inlined named parameters
|
2018-01-09 11:55:46 +01:00 |
|
lukaseder
|
137891cfc6
|
[#7000] Document the possibility of skipping code generation via a Maven command line argument
|
2018-01-09 11:01:29 +01:00 |
|
lukaseder
|
82f3d87e01
|
[#6997] [#7011] Support system properties in Maven code generation
|
2018-01-09 11:00:38 +01:00 |
|
lukaseder
|
eb827e8b9a
|
[#6997] [#7011] Support system properties in Maven code generation
|
2018-01-09 10:38:17 +01:00 |
|
lukaseder
|
fa0b7259f3
|
[#7008] ON { DELETE | UPDATE } SET DEFAULT not supported
|
2018-01-08 13:08:32 +01:00 |
|
lukaseder
|
e3a5ddae68
|
[#7008] Added support for ALTER TABLE IF EXISTS for MariaDB
|
2018-01-05 17:01:04 +01:00 |
|
lukaseder
|
2943517d5e
|
[#7008] ALTER TABLE .. DROP a, b, c support
|
2018-01-05 16:20:00 +01:00 |
|
lukaseder
|
98634f9be3
|
[#7008] Supported DROP and CREATE SCHEMA for MariaDB
|
2018-01-05 16:15:03 +01:00 |
|
lukaseder
|
b9f4cffd15
|
[#7008] Supported DROP and CREATE SCHEMA for MariaDB
|
2018-01-05 14:53:41 +01:00 |
|
lukaseder
|
3ab8f5da18
|
Release 3.10.3
|
2018-01-05 14:52:29 +01:00 |
|
lukaseder
|
04b6d9f02e
|
[#6474] Support MariaDB anonymous blocks
|
2018-01-05 14:20:53 +01:00 |
|
lukaseder
|
7660b51583
|
[#7001] Confusing debug log output when fetchOptional or fetchOne throw TooManyRowsException
|
2018-01-05 11:07:41 +01:00 |
|
lukaseder
|
99f62d5e2b
|
[#6967] Quick fix
|
2018-01-04 18:25:24 +01:00 |
|
lukaseder
|
59a81425ec
|
[#6994] Emulate COMMENT ON TABLE in MySQL
|
2018-01-04 17:30:48 +01:00 |
|
lukaseder
|
8a545cfab9
|
[#6994] Emulate COMMENT ON TABLE in MySQL
|
2018-01-04 17:30:44 +01:00 |
|
lukaseder
|
132a1ef71e
|
[#6991] Updated depending features:
- XMLGenerator
- XMLDatabase
- DSLContext.meta(InformationSchema)
- DSLContext.informationSchema(...)
|
2018-01-04 17:07:16 +01:00 |
|
lukaseder
|
cbf028aced
|
[#6993] Add Schema.getComment()
|
2018-01-04 16:47:47 +01:00 |
|
lukaseder
|
ce4081d440
|
[#6992] Add Catalog.getComment()
|
2018-01-04 16:44:25 +01:00 |
|
lukaseder
|
0e0cd604c6
|
[#6991] Add comments to jooq-meta.xsd
|
2018-01-04 16:42:19 +01:00 |
|
lukaseder
|
9ca0184e2d
|
[#6992] Add Catalog.getComment()
|
2018-01-04 16:41:55 +01:00 |
|
lukaseder
|
e841e200d7
|
[#6987] Add DDLFlag.COMMENT to extract COMMENT statements from DSLContext.ddl()
|
2018-01-04 16:14:44 +01:00 |
|
lukaseder
|
af5fd2f80e
|
[#6988] DDLFlag.TABLE does not work correctly on DSLContext.ddl()
|
2018-01-04 16:10:54 +01:00 |
|