Commit Graph

2253 Commits

Author SHA1 Message Date
Lukas Eder
c4cb32ee5e Release 3.0.0-RC2 2013-03-08 10:30:08 +01:00
Lukas Eder
a21fe923b5 Playing around with ModelMapper 2013-03-08 10:25:01 +01:00
Lukas Eder
203e0fc203 [#2297] Add section to the manual indicating how the various generator
flags depend on each other
2013-03-08 09:53:30 +01:00
Lukas Eder
9c3e348987 [#2294] Compilation errors when code generator is configured with
<daos>true</daos> and <relations>false</relations>
2013-03-08 09:42:02 +01:00
Lukas Eder
a9f3e9aee8 [#2308] Do not generate "final" Tables.java, UniqueKeys.java, etc. -
Added a compiler test
2013-03-08 09:32:03 +01:00
Lukas Eder
6667190690 [#2308] Do not generate "final" Tables.java, UniqueKeys.java, etc -
Regenerated code
2013-03-08 09:24:32 +01:00
Lukas Eder
30a6a85d73 [#2308] Do not generate "final" Tables.java, UniqueKeys.java, etc 2013-03-08 09:24:20 +01:00
Lukas Eder
f4bbfdb818 [#2312] Annotate org.jooq.Support with java.lang.annotation.Documented
to make it part of the public API (in Javadoc)
2013-03-08 09:09:50 +01:00
Lukas Eder
4abbb89b91 [#2314] Outdated GenerationTool Javadoc 2013-03-08 08:56:59 +01:00
Lukas Eder
59605ec5f0 Apparently, some sentences were offending... :-/ 2013-03-06 22:12:27 +01:00
Lukas Eder
2b2675db8d [#2298] Suppress warnings in generated code (@SuppressWarnings("all")
doesn't work with javac) - Added a test case
2013-03-03 10:37:36 +01:00
Lukas Eder
2b75918106 [#2298] Suppress warnings in generated code (@SuppressWarnings("all")
doesn't work with javac) - Regenerated H2 schema
2013-03-03 10:05:53 +01:00
Lukas Eder
ac4ef099ec [#2298] Suppress warnings in generated code (@SuppressWarnings("all")
doesn't work with javac)
2013-03-03 10:05:29 +01:00
Lukas Eder
8e46b87f08 [#2248] Javac's max constant pool of 64k can be exceeded in
generated Keys.java or Tables.java - Regenerated Oracle schema
2013-02-28 18:59:42 +01:00
Lukas Eder
736b918864 [#2248] Javac's max constant pool of 64k can be exceeded in
generated Keys.java or Tables.java - Regenerated H2 schema
2013-02-28 18:43:05 +01:00
Lukas Eder
e5ce8d118b [#2248] Javac's max constant pool of 64k can be exceeded in
generated Keys.java or Tables.java
2013-02-28 18:42:31 +01:00
Lukas Eder
0e46a4a207 [#2290] Add Database.getUniqueKeys() and getForeignKeys to jOOQ-meta 2013-02-28 18:22:53 +01:00
Lukas Eder
79886062ca Applied formatter 2013-02-28 18:04:09 +01:00
Lukas Eder
62c4928eb3 Removed obsolete batch file 2013-02-28 17:55:50 +01:00
Lukas Eder
f10a6f4fc5 [#2286] Add jOOQ-liquibase, a new module for improved Liquibase
integration - Added Column adapter support
2013-02-28 17:06:39 +01:00
Lukas Eder
2f0e8e1bf0 [#2286] Add jOOQ-liquibase, a new module for improved Liquibase
integration - Added sequence support
2013-02-28 16:55:40 +01:00
Lukas Eder
bca70e6e49 [#2286] Add jOOQ-liquibase, a new module for improved Liquibase
integration - Added some Javadoc
2013-02-28 16:38:17 +01:00
Lukas Eder
aa8a7bc8ae [#2286] Add jOOQ-liquibase, a new module for improved Liquibase
integration
2013-02-28 16:35:07 +01:00
Lukas Eder
d4e1445c5e [#2285] Add more verbosity to the code generator, when configured badly 2013-02-28 15:08:11 +01:00
Lukas Eder
38f2f6b39a [#2283] Class loading issues in GenerationTool when called by Gradle -
Removed unnecessary method argument
2013-02-28 12:38:59 +01:00
Lukas Eder
083e0041ce Fixed whitespace (no tabs, only spaces) 2013-02-28 12:35:53 +01:00
Lukas Eder
3fee0582b9 Fixed whitespace (no tabs, only spaces) 2013-02-28 12:35:05 +01:00
Lukas Eder
669c18f1c0 [#2283] Class loading issues in GenerationTool when called by Gradle -
Avoid NPE's now, that <jdbc/> is an optional configuration element
2013-02-28 12:07:11 +01:00
Lukas Eder
07672a1432 [#2283] Class loading issues in GenerationTool when called by Gradle -
Allow for setting ClassLoader and/or Connection externally
2013-02-28 12:04:52 +01:00
Lukas Eder
5a7cc72e71 [#2270] Add section to the manual indicating how to build jOOQ with
Maven
2013-02-28 11:40:24 +01:00
Lukas Eder
244f82c49f Release 3.0.0-SNAPSHOT 2013-02-28 10:33:51 +01:00
Lukas Eder
ab6b36f943 [#2283] Class loading issues in GenerationTool when called by Gradle 2013-02-28 10:23:47 +01:00
Lukas Eder
201d55d73a [#2280] Improve supported formats for MockFileDatabase - Added some
infos about the current implementation to the Javadoc
2013-02-27 16:59:53 +01:00
Lukas Eder
21a60b5aa6 No need for this local interface 2013-02-27 16:14:04 +01:00
Lukas Eder
e648132697 [#2280] Improve supported formats for MockFileDatabase 2013-02-27 15:52:03 +01:00
Lukas Eder
82fa44d98f [#2281] Add Result<Record> Executor.fetchFromStringData(List<String[]>)
in order to reuse logic from fetchFromCSV
2013-02-27 15:51:33 +01:00
Lukas Eder
bca01a0d76 Fixed OpenCSV's peculiar inline comment style 2013-02-27 14:17:18 +01:00
Lukas Eder
4a7ad9937e [#2278] Postgres (UUID and other) ARRAY types aren't correctly inlined
as string literals
2013-02-27 12:12:45 +01:00
Lukas Eder
78e8b863eb Added missing final keywords 2013-02-27 12:08:13 +01:00
Lukas Eder
0e291565d4 Fixed failing integration test 2013-02-27 11:53:35 +01:00
Lukas Eder
9c5a5d9465 [#2279] UUIDs aren't correctly deserialised from Postgres UDTs -
Regenerated Postgres schema
2013-02-26 21:52:27 +01:00
Lukas Eder
48628892e2 [#2279] UUIDs aren't correctly deserialised from Postgres UDTs 2013-02-26 21:52:10 +01:00
Lukas Eder
935d74628b Merge pull request #2277 from kdubb/master
[#2279] UUIDs aren't correctly deserialised from Postgres UDTs
2013-02-26 12:48:05 -08:00
Lukas Eder
3305e80127 [#2276] Wrong MockDataProvider manual example 2013-02-26 21:20:03 +01:00
Kevin Wooten
9fc494b8e4 Support UUID in Postgres arrays 2013-02-26 13:18:12 -07:00
Lukas Eder
af1e52973a [#2271] jOOQ integration tests fail when not run in CET / CEST 2013-02-26 12:25:20 +01:00
Lukas Eder
9cba0ba771 [#2271] jOOQ integration tests fail when not run in CET / CEST 2013-02-26 12:23:42 +01:00
Lukas Eder
9fb08f7d39 [#2271] jOOQ Unit tests fail when not run in CET / CEST 2013-02-26 12:23:32 +01:00
Lukas Eder
46384c000a [#2273] Tutorial bug, referencing wrong Maven dependency. jOOQ 3.0.0 is
not yet released, only RC1
2013-02-26 11:30:37 +01:00
Lukas Eder
96d46abbd8 [#2272] Add a paragraph to the manual's preface, explaining "why not
just use SQL"?
2013-02-26 09:59:42 +01:00