Commit Graph

171 Commits

Author SHA1 Message Date
lukaseder
742b2b129d [#5584] Fix all file headers to be regular comments, not Javadoc 2016-10-07 15:51:44 +02:00
lukaseder
231abc3781 [#5430] regenerated code 2016-07-21 17:04:01 +02:00
Michael Simons
86b741bb47 Fix cumulativeEarnings
As the graph suggests cumulative earnings are per store, not over all stores.
2016-07-19 23:40:48 +02:00
Lukas Eder
1d37047607 Update README.md 2016-06-30 18:08:12 +02:00
Lukas Eder
aec3ec6eb2 Update README.md 2016-06-30 18:01:08 +02:00
lukaseder
2f7df97256 [#5371] Add an example project using Spark Java and Chart.js 2016-06-30 17:58:12 +02:00
lukaseder
d6d89a03c8 Upgrade PostgreSQL driver version 2016-06-30 17:58:05 +02:00
lukaseder
a603d745fb [#5245] Improved @Require behaviour and spec 2016-05-15 16:15:48 +02:00
lukaseder
af674a1913 Fixed URL 2016-05-09 15:04:02 +02:00
lukaseder
8897304d42 [#5246] Add an org.jooq.Allow.PlainSQL annotation and a PlainSQLChecker using JSR-308 and the checker framework 2016-05-09 13:03:14 +02:00
lukaseder
01bece477c [#5245] Remove unneeded resources 2016-05-09 12:13:33 +02:00
lukaseder
ae40bd5c27 [#5245] Add org.jooq.Allow and org.jooq.Require annotation and a SQLDialectChecker using JSR-308 and the checker framework 2016-05-09 12:12:32 +02:00
lukaseder
a6368da455 Release 3.9.0-SNAPSHOT 2016-05-04 15:18:05 +02:00
lukaseder
20a08ec0c9 Release 3.8.0 2016-05-03 10:46:19 +02:00
lukaseder
59bbe32ad9 [#5161] Add logback.xml file to jOOQ-spring-boot-example to enable DEBUG logging per default 2016-03-24 11:12:52 +01:00
lukaseder
747f870ea7 [#5113] 2016-03-10 11:41:57 +01:00
lukaseder
a03249bd96 [#2211] Improved Kotlin example 2016-02-21 18:48:17 +01:00
lukaseder
a40c1bf3fd [#2211] Change Record.getValue() and setValue() to get() and set() 2016-02-21 18:26:40 +01:00
lukaseder
dc06cf525a No idea if this helps Kotlin to compile on Jenkins CI... 2016-02-11 13:37:51 +01:00
lukaseder
5c8c034c10 Avoid using deprecated Kotlin API. Upgraded Kotlin 2016-02-11 13:23:44 +01:00
lukaseder
0f60368092 Fixed Kotlin example compilation on CI (perhaps?) 2016-02-11 13:18:47 +01:00
lukaseder
230fbe3acf [#5072] Add default implementations for all SPIs, accepting functional event handlers 2016-02-09 14:43:03 +01:00
lukaseder
8f86bc19c5 Added example for editing data 2016-02-04 15:38:54 +01:00
lukaseder
4b210ff417 [#5021] Add DBMS_AQ.dequeueAsync() to create an Oracle AQ CompletionStage 2016-02-01 11:53:10 +01:00
lukaseder
4952bc1cf8 [#5016] Add DBMS_AQ.dequeueIterable() to create an Oracle AQ Iterable 2016-01-30 18:48:57 +01:00
lukaseder
12b2826585 [#5015] Add DBMS_AQ.dequeueStream() to create an Oracle AQ Stream 2016-01-30 18:38:32 +01:00
lukaseder
e442ab6da9 Test nested data structures with AQ 2016-01-30 18:16:03 +01:00
lukaseder
1b2e487bbf Exclude $ identifiers from Oracle example 2016-01-29 16:15:57 +01:00
lukaseder
61c71bdfcd Upgraded maven-compiler-plugin 2016-01-12 16:36:15 +01:00
lukaseder
0dd8fc6253 Grr \r\n vs \n 2016-01-10 19:15:03 +01:00
lukaseder
7f684c3988 Me and dependency injection http://i.imgur.com/zYDPoj7.png 2016-01-08 17:28:43 +01:00
lukaseder
5f306819ae IntelliJ was a bit eager with their variable name refactoring, it seems 2016-01-07 17:23:28 +01:00
lukaseder
11115c6741 [#4889] Update copyright to 2016 2016-01-04 20:59:08 +01:00
lukaseder
57fee34acc [#4889] Update copyright to 2016 2016-01-04 18:02:42 +01:00
lukaseder
468df1bb58 [#4893] .gitignore for Kotlin 2016-01-04 17:00:41 +01:00
lukaseder
a1312e0e15 [#4893] Add Kotlin example to GitHub 2016-01-04 16:50:19 +01:00
lukaseder
938fb6f5e2 Blank out rather than mask [pro] code to avoid confusion with users 2015-12-31 10:02:02 +01:00
lukaseder
a589a6332f Upgraded Spring Dependencies 2015-12-26 19:05:02 +01:00
lukaseder
c773f78ba9 Fixed stale resources in jOOQ-vertabelo-example 2015-12-21 10:23:28 +01:00
lukaseder
7c312199ff Fixed compilation errors in vertabelo example 2015-12-20 13:00:04 +01:00
lukaseder
8145f77f2e [#4827] Add CatalogVersionProvider 2015-12-20 12:45:39 +01:00
lukaseder
c6a2dc15e0 Removed stale resources in OSS repository 2015-12-15 15:31:13 +01:00
lukaseder
d74c1ab73c [#4801] Add DEQUEUE_OPTIONS_T.wait(int) to support timeout-based waits on Oracle AQ 2015-12-15 13:52:30 +01:00
lukaseder
35e9327587 How did this happen...? 2015-12-15 09:59:55 +01:00
lukaseder
f137d51d2b [#4781] [#4782]
- [#4781] Advanced Queue, when dequeueing with correlation: SQLException: Invalid column index
- [#4782] OracleDSL.DBMS_AQ.dequeue() does not return any MESSAGE_PROPERTIES_T values
2015-12-08 16:29:17 +01:00
lukaseder
100c07ee5b Use 3.8.0-SNAPSHOT versions in examples to avoid confusion 2015-11-05 17:22:00 +01:00
lukaseder
7a238299aa Release 3.8.0-SNAPSHOT 2015-10-08 14:42:58 +02:00
lukaseder
1f5e2e795b Release 3.7.0 2015-10-08 11:22:04 +02:00
lukaseder
4433a22a40 Release 3.6.4 2015-09-29 15:00:10 +02:00
lukaseder
71f997c268 Updated PostgreSQL JDBC driver version 2015-09-18 10:07:53 +02:00