Commit Graph

2882 Commits

Author SHA1 Message Date
Lukas Eder
09c3dbfd09 [#2717] DefaultResultSet depends on Java 1.7 / JDBC 4.1 2013-09-18 17:27:07 +02:00
Lukas Eder
210c43f30e [#2755] Incomplete @Support annotations on OrderedAggregateFunction methods 2013-09-18 15:54:48 +02:00
Lukas Eder
ece38d31c3 Remove parts of the Commercial API during splitting 2013-09-18 15:52:42 +02:00
Lukas Eder
7b90614d47 Preserve more line numbers when splitting OSS / Commercial 2013-09-18 13:56:10 +02:00
Lukas Eder
773310289b Renamed [com] to [pro] 2013-09-18 13:42:12 +02:00
Lukas Eder
6b60fc1dd3 [#2753] DATE_DIFF() with CURRENT_DATE() returns wrong precision in Oracle 2013-09-18 13:39:52 +02:00
Lukas Eder
15d01bc6f1 Renamed [com] to [pro] 2013-09-18 13:19:23 +02:00
Lukas Eder
87e4b5fdd0 Translate commercial code sections to xxx xx xxxxxx to preserve lines of code 2013-09-18 10:42:39 +02:00
Lukas Eder
6e952e666a Replace license header when splitting OSS / Commercial code 2013-09-17 18:11:34 +02:00
Lukas Eder
66c0eadb16 Removed reference to gradle contribution. It doesn't build ootb 2013-09-17 17:27:19 +02:00
Lukas Eder
83bdca6aaa Updated Maven stats 2013-09-17 17:25:59 +02:00
Lukas Eder
c8b9b92a0f Added OSS / Commercial code splitting marks to jOOQ-test 2013-09-17 17:14:08 +02:00
Lukas Eder
1bfef0c8ba ThreadPool size 8 is too big 2013-09-17 17:12:56 +02:00
Lukas Eder
c405fb0607 Removed ucanaccess library from classpath 2013-09-17 16:19:46 +02:00
Lukas Eder
48b2daaf57 Minor fixes 2013-09-17 16:16:53 +02:00
Lukas Eder
81bc631e5d Remove liquibase integration again. There had been no traction 2013-09-17 16:10:01 +02:00
Lukas Eder
a9d2216263 Add some parallelisation to the OSS / Commercial splitting 2013-09-17 15:53:36 +02:00
Lukas Eder
62d73a3a76 Removed the jOOQ Console source code from GitHub master (still available
in tags, branches)
2013-09-17 12:26:11 +02:00
Lukas Eder
0de43e50a1 Settle for final multi-licensing model: ASL 2.0 / Commercial 2013-09-17 12:01:08 +02:00
Lukas Eder
ed6b9a5074 Added OSS / Commercial code splitting marks to jOOQ-meta 2013-09-17 10:41:52 +02:00
Lukas Eder
7203ae11ec Switched unit test dialect from Oracle to MySQL 2013-09-16 18:05:43 +02:00
Lukas Eder
7e133b8b94 Added OSS / Commercial code splitting marks 2013-09-16 17:57:28 +02:00
Lukas Eder
20e819fa6e Added an OSS / Commercial code splitter 2013-09-16 17:52:52 +02:00
Lukas Eder
ca1a8b149c Switched unit tests from Oracle to MySQL dialect 2013-09-16 17:43:39 +02:00
Lukas Eder
c3930a7d11 [#2700] DAO.insert() and other DAO operations do not respect DEFAULT
values. - Added failing test
2013-09-16 10:13:18 +02:00
Lukas Eder
8cacd4a051 [#2745] Generate default constructor and "assignment-constructor" in
POJOs - Regenerated H2 database
2013-09-16 10:13:17 +02:00
Lukas Eder
de209f55b2 [#2745] Generate default constructor and "assignment-constructor" in
POJOs
2013-09-16 10:13:16 +02:00
Lukas Eder
a3f65094ad [#2698] Record.store() regression: DEFAULT values are set to NULL -
Added (working) test case
2013-09-16 10:13:15 +02:00
Lukas Eder
7a7bfb59d5 [#2733] Add the default log4j.xml configuration file to the maven plugin 2013-09-16 10:13:14 +02:00
Lukas Eder
58811ae3e7 [#2643] Routine.execute(Configuration) should restore the original
routine state after execution
2013-09-16 10:13:12 +02:00
Lukas Eder
472c68cbb3 [#2730] Immutable Pojo+Interface code generation produces uncompilable
pojo - Regenerated PostgreSQL source code
2013-09-16 10:13:11 +02:00
Lukas Eder
8c45556912 [#2730] Immutable Pojo+Interface code generation produces uncompilable
pojo
2013-09-16 10:13:09 +02:00
Lukas Eder
bd5154e660 [#2726] Add Attachable.detach() 2013-09-16 10:13:08 +02:00
Lukas Eder
bf57f2fd3c [#2722] Add DSLContext.newRecord(Field<?>...) to support the creation of
custom record types
2013-09-16 10:13:07 +02:00
Lukas Eder
f3b6458707 [#2724] The default logger should log the number of affected records, if
applicable
2013-09-16 10:13:06 +02:00
Lukas Eder
2832947913 [#2725] Add ExecuteContext.rows() to indicate the number of affected
rows in the last executed statement
2013-09-16 10:13:04 +02:00
Lukas Eder
e713190796 [#2713] Add support for custom code sections in generated code -
Regenerated H2 database
2013-09-16 10:13:03 +02:00
Lukas Eder
e0bf2e1de0 [#2713] Add support for custom code sections in generated code 2013-09-16 10:13:01 +02:00
Lukas Eder
50c4f41f82 [#2718] NullPointerException in code generator when a primary key (or
foreign key) column is excluded from code generation - Regenerated H2
schema
2013-09-16 10:13:00 +02:00
Lukas Eder
9647680a39 [#2720] Fix the manual's claim that <includes/> accepts comma-separated
regular expressions
2013-09-16 10:12:58 +02:00
Lukas Eder
fceabb80ce [#2719] Change various method(Collection<SortField<?>>) into
method(Collection<? extends SortField<?>>)
2013-09-16 10:12:57 +02:00
Lukas Eder
9675da7d2b New Licensor: Data Geekery GmbH
- Reverted previous license change (which was too restrictive)
- Changed license to
  - ASL 2.0  + Commercial for use with Open Source databases
  - AGPL 3.0 + Commercial for use with commercial databases
2013-09-16 10:12:56 +02:00
Lukas Eder
19afb0ead2 Restored datageekery.com URL rewriting 2013-09-16 10:12:52 +02:00
Lukas Eder
cb1ab66545 Regenerated H2 schema with generated AGPL license 2013-09-16 10:12:51 +02:00
Lukas Eder
4e6a01cb57 Implemented vanity URLs removing .php suffix 2013-09-16 10:12:49 +02:00
Lukas Eder
b244a512bb Updated Maven stats 2013-09-16 10:12:48 +02:00
Lukas Eder
13b3b2d946 [#2714] Documentation bug in INSERT statements. Cannot combine Field<?>
with String arguments in VALUES() clause
2013-09-16 10:12:47 +02:00
Lukas Eder
34c8ff98ed New Licensor: Data Geekery GmbH
- Transferred license from Lukas Eder to Data Geekery GmbH
- Changed license from ASL 2.0 to
  - LGPL + Commercial for jOOQ
  - AGPL + Commercial for jOOQ-codegen, jOOQ-meta, jOOQ-scala and others
2013-09-16 10:12:45 +02:00
Lukas Eder
cfeb170783 Update pom.xml 2013-09-16 10:11:43 +02:00
Lukas Eder
a27d6063c4 Update Utils.java 2013-09-16 09:46:24 +02:00