Commit Graph

5405 Commits

Author SHA1 Message Date
lukaseder
9ae783e592 [#6128] Add more Javadoc to JPADatabase 2017-04-24 13:03:36 +02:00
lukaseder
3459f4d1da [#6139] Move XJC generation to jOOQ-tools 2017-04-24 12:50:57 +02:00
lukaseder
56eac063b2 [#6022] Add Name.fields(Name, ...) 2017-04-24 11:59:12 +02:00
lukaseder
406fb331aa [#6022] Add Name.fields(Name, ...) 2017-04-24 11:55:43 +02:00
lukaseder
e84ee20a03 [#6139] Why are the files re-generated by Eclipse? 2017-04-24 11:17:00 +02:00
lukaseder
41bbca4d85 [#6139] Put XJC generated sources under version control 2017-04-24 10:40:03 +02:00
lukaseder
551429d66f [#5955] Support LCASE and UCASE synonyms 2017-04-22 12:48:23 +02:00
lukaseder
7116d957d6 [#5955] Bug fixes 2017-04-22 12:45:41 +02:00
lukaseder
9dd1bf6d9a [#5955] GENERATED AS IDENTITY support 2017-04-22 12:36:28 +02:00
lukaseder
6583195005 [#5955] CREATE TEMPORARY TABLE .. ON COMMIT clause 2017-04-22 12:03:02 +02:00
lukaseder
0437f28d6f [#6005] Added logging (for now) 2017-04-22 11:44:21 +02:00
lukaseder
d6b4f4af3e [#5955] Additional data type 2017-04-22 00:53:38 +02:00
lukaseder
6405a12642 [#5955] Identity support for PostgreSQL, MySQL, and SQLite 2017-04-22 00:49:29 +02:00
lukaseder
d33e9a8a48 [#5955] All standard data types 2017-04-22 00:38:31 +02:00
lukaseder
c07c908a05 [#5955] All standard data types 2017-04-22 00:36:02 +02:00
lukaseder
e6c05955df [#6005] Add DDLDatabase to reverse engineer DDL files 2017-04-21 22:42:36 +02:00
lukaseder
6d26b564b8 [#5955] Unsigned data types 2017-04-21 22:34:22 +02:00
lukaseder
fc7ace8735 [#5595] Support ON DELETE and ON UPDATE 2017-04-21 22:25:10 +02:00
lukaseder
908b034d30 [#6130] Cannot combine ON DELETE and ON UPDATE actions on foreign key specifications 2017-04-21 22:13:48 +02:00
lukaseder
cfd6785821 [#6129] ConstraintForeignKeyReferencesStepN.references() should return ConstraintForeignKeyOnStep 2017-04-21 22:13:14 +02:00
lukaseder
1f52094120 [#5955] Fixed multiline comment regression 2017-04-21 21:37:15 +02:00
lukaseder
47b2076a5e [#5955] Fixed problem when parsing consecutive comments 2017-04-21 21:10:03 +02:00
lukaseder
4c7dd2f806 [#5354] Add <javaBeansGettersAndSetters/> to the code generator to support JavaBeans 2017-04-21 18:24:36 +02:00
lukaseder
cd14e6a0ea Release 3.9.2 2017-04-21 17:23:02 +02:00
lukaseder
bdef6590ff [#6127] DELETE RETURNING must be emulated on DB2 with OLD TABLE() not FINAL TABLE() 2017-04-21 16:45:09 +02:00
lukaseder
660b84ad06 [#6125] Support different DB2 sqlstates when emulating IF NOT EXISTS 2017-04-21 15:08:20 +02:00
lukaseder
453edead15 [#6094] PARTITION BY not supported with FULL JOIN 2017-04-21 14:43:34 +02:00
lukaseder
4100b2ef86 [#6123] Emulate CREATE TABLE AS for DB2 using CREATE TABLE and INSERT 2017-04-21 14:17:20 +02:00
lukaseder
a650105fec [#6121] Fix regression 2017-04-21 13:48:10 +02:00
lukaseder
2d588af128 [#6121] Add support for DB2 RENAME TABLE statement 2017-04-21 13:30:41 +02:00
lukaseder
c8e851b52f [#6120] Add support for DB2 RENAME INDEX statement 2017-04-21 13:02:06 +02:00
lukaseder
fc143fa078 [#6118] RESTRICT is a mandatory keyword in DB2's DROP SCHEMA command 2017-04-21 12:45:39 +02:00
lukaseder
fe9ce8a865 [#6117] DB2 doesn't support qualified column references in FOR UPDATE OF 2017-04-21 12:38:55 +02:00
lukaseder
b58865f53f [#6094] Support Oracle's PARTITION BY prefixed OUTER JOIN 2017-04-21 12:11:04 +02:00
lukaseder
ad6e0975dc [#6094] Support Oracle's PARTITION BY prefixed OUTER JOIN 2017-04-21 12:09:14 +02:00
lukaseder
cc77a2746d [#6094] Support Oracle's PARTITION BY prefixed OUTER JOIN 2017-04-21 11:40:59 +02:00
lukaseder
d530495896 [#6063] 1) Add contributor to ABOUT.txt 2) Do this also for ne(), gt(), ge(), lt(), le() 3) Fix removal of some 'pro' content 2017-04-21 10:47:33 +02:00
Lukas Eder
725bf8e18e Merge pull request #6114 from AnkBurov/feature/rename
[#6063] change Field.equal() and Field.notEqual() to Field.eq() and Field.ne() in manual pages
2017-04-21 10:21:26 +02:00
Eugeny Karpov
cf2dcaa937 [#6063] change Field.equal() and Field.notEqual() to Field.eq() and Field.ne() in manual pages 2017-04-21 00:04:33 +03:00
lukaseder
cf1829c8e7 [#5213] NullPointerException when generating code in single-uppercase-named-database setup on MariaDB and MySQL 2017-04-20 18:59:05 +02:00
lukaseder
7fe7d55889 [#5892] File does not get renamed on Windows when TABLE_A is renamed to TABLEA 2017-04-20 18:11:43 +02:00
lukaseder
ebd9bac543 Release 3.9.2 2017-04-20 17:56:18 +02:00
lukaseder
5843974edb [#5862] Fixed warnings 2017-04-20 17:56:08 +02:00
lukaseder
751b20ea51 [#6109] Prefer Java 8 syntax (method references, lambda expressions) in manual example 2017-04-20 16:08:36 +02:00
lukaseder
6170e7ba73 [#6110] Broken code in docs 2017-04-20 15:59:27 +02:00
lukaseder
43fe58b187 [#4856] Simplified unionParenthesis logic 2017-04-20 12:35:25 +02:00
lukaseder
6811484f8b [#6108] Add PostgresDSL.arrayOverlap() 2017-04-20 11:33:52 +02:00
lukaseder
de1e0c763f [#6069] Bad Javadoc on Catalog.getName() 2017-04-19 20:23:09 +02:00
lukaseder
ec3d87a712 [#6077] Replace usage of String.split() by Pattern.split() 2017-04-19 20:20:43 +02:00
lukaseder
fd14cfc041 [#6106] Bad formatting when combining constraints in CREATE TABLE statement 2017-04-19 16:27:24 +02:00