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 |
|
lukaseder
|
3b7f0cecda
|
[#6988] DDLFlag.TABLE does not work correctly on DSLContext.ddl()
|
2018-01-04 15:55:42 +01:00 |
|
lukaseder
|
68365bfa60
|
[#6988] DDLFlag.TABLE does not work correctly on DSLContext.ddl()
|
2018-01-04 15:25:51 +01:00 |
|
lukaseder
|
3a218640db
|
[#6987] Add DDLFlag.COMMENT to extract COMMENT statements from DSLContext.ddl()
|
2018-01-04 15:22:32 +01:00 |
|
lukaseder
|
6151610b64
|
[#6324] [#6485] Add support for COMMENT ON statements
|
2018-01-04 14:30:34 +01:00 |
|
lukaseder
|
cbb97880af
|
[#6985] Add an org.jooq.Comment type
|
2018-01-04 13:28:32 +01:00 |
|
lukaseder
|
a43ac7f19c
|
[#6980] DDLDatabase and JPADatabase should use unique in-memory database name
|
2018-01-04 12:23:44 +01:00 |
|
lukaseder
|
b12cbca32c
|
[#6982] Make jooq-meta's org.jooq.util.Database AutoCloseable
|
2018-01-04 12:21:03 +01:00 |
|
lukaseder
|
e1969d9568
|
[#6485] Support parsing sp_rename calls on SQL Server
|
2018-01-04 12:05:42 +01:00 |
|
lukaseder
|
d691b6856f
|
[#6979] Wrong Javascript on DropIndexOnStep
|
2018-01-04 11:40:41 +01:00 |
|
lukaseder
|
509630b822
|
[#6979] Wrong Javascript on DropIndexOnStep
|
2018-01-04 11:39:11 +01:00 |
|
lukaseder
|
70c8dfc6da
|
[#6240] Add support for SQL Server's ALTER TABLE .. RENAME INDEX emulation
|
2018-01-04 11:37:02 +01:00 |
|
lukaseder
|
6333877662
|
[#6485] [#6978] Add support for TRANSLATE() function
|
2018-01-04 10:41:37 +01:00 |
|
lukaseder
|
07085f3108
|
[#6977] Add native support for SQL Server 2017 TRIM()
|
2018-01-02 18:01:06 +01:00 |
|
lukaseder
|
42fb902eab
|
[#6328] Add SQLDialect.SQLSERVER2017
|
2018-01-02 17:25:16 +01:00 |
|
lukaseder
|
8c56574e93
|
[#6371] Add support for DROP TEMPORARY TABLE
|
2018-01-02 16:54:06 +01:00 |
|
lukaseder
|
26850fb478
|
Class should be final / remove internal parser deprecation
|
2018-01-02 16:36:30 +01:00 |
|
lukaseder
|
c19a66c871
|
[#6951] Add <includeTriggerRoutines/> flag to exclude the generation of PostgreSQL trigger routines
|
2018-01-02 15:30:54 +01:00 |
|
lukaseder
|
6f85bc2208
|
[#6973] [#6969] Firebird IF [ NOT ] EXISTS clause emulations broken
|
2018-01-02 14:21:49 +01:00 |
|
lukaseder
|
052f749785
|
Removed unused attribute
|
2018-01-02 13:45:08 +01:00 |
|
lukaseder
|
e9f5ee3369
|
[#6969] Support Firebird ALTER TABLE .. ALTER COLUMN .. TYPE
|
2018-01-02 13:18:47 +01:00 |
|
lukaseder
|
dd629761e2
|
[#6972] Manual examples for code generation includes / excludes contain wrong regular expressions
|
2018-01-02 10:22:27 +01:00 |
|
lukaseder
|
0ccdba9fcd
|
Merge branch 'master' of https://github.com/jOOQ/jOOQ
|
2017-12-29 18:03:15 +01:00 |
|
lukaseder
|
c5d78d79ec
|
[#6969] DEFAULT clause before NOT NULL constraint in CREATE TABLE statement
|
2017-12-29 18:02:27 +01:00 |
|
Lukas Eder
|
b9c3f1aa99
|
Update ReadME.txt
|
2017-12-29 17:48:57 +01:00 |
|
Lukas Eder
|
a791329291
|
Delete ReadME.txt
|
2017-12-29 17:48:36 +01:00 |
|