Commit Graph

5465 Commits

Author SHA1 Message Date
lukaseder
d17fa47ead [#5645] Add DSL.localDateAdd() localDateSub(), localDateDiff() 2017-05-15 16:01:14 +02:00
lukaseder
cb306cbb6c [#5645] Add DSL.localDateAdd() localDateSub(), localDateDiff() 2017-05-15 15:55:24 +02:00
Lukas Eder
4360d7c29d Merge pull request #6215 from bitbrain/master
Add localDateAdd() localDateSub(), localDateDiff() support to DSL
2017-05-15 15:34:01 +02:00
lukaseder
5fee34d82a [#6217] Add more details to QueryPart.toString() Javadoc 2017-05-15 15:12:29 +02:00
lukaseder
55d49e630d [#6219] Add Parser.parseResultQuery() 2017-05-15 15:05:32 +02:00
lukaseder
76355b65f3 [#5955] Better document parser in manual and Javadoc 2017-05-15 14:45:46 +02:00
lukaseder
6ef0fdf508 [#6218] Add a section to the manual about the plain SQL templating part 2017-05-15 13:56:17 +02:00
lukaseder
52c86e37fa [#6214] Pull up jOOQ-meta's AbstractDatabase.getProperties() to Database 2017-05-15 13:24:06 +02:00
Miguel Gonzalez
75c87a4852
[#5645] Add contributor name to ABOUT.txt 2017-05-13 00:19:09 +01:00
Miguel Gonzalez
9f0d706b61
[#5645] Integrate localDateDiff support into DSL 2017-05-13 00:14:03 +01:00
Miguel Gonzalez
f28a99d353
[#5645] Integrate localDateSub support into DSL 2017-05-13 00:03:59 +01:00
Miguel Gonzalez Sanchez
6a8eba9f04
[#5645] Integrate localDateAdd support into DSL 2017-05-12 23:42:32 +01:00
lukaseder
6831cb305d [#6197] Emulate LIMIT .. WITH TIES using RANK() 2017-05-10 13:07:57 +02:00
lukaseder
a2ee0b82a1 [#6197] OSS version fixes 2017-05-10 12:52:09 +02:00
lukaseder
c05bb6548f [#6197] Emulate LIMIT .. WITH TIES using RANK() 2017-05-09 18:30:25 +02:00
lukaseder
64deb3a4e2 [#5955] Add support for WITH TIES clauses 2017-05-09 17:40:11 +02:00
lukaseder
f30cfa1d92 [#6198] Manual incorrectly refers to term "paging" rather than "pagination" 2017-05-09 16:37:36 +02:00
lukaseder
8b835916bf [#4900] Add support for LIMIT .. WITH TIES 2017-05-09 16:29:53 +02:00
lukaseder
e1f7fa5c9b [#4900] Add support for LIMIT .. WITH TIES 2017-05-09 16:14:21 +02:00
lukaseder
79d4b8b58f [#6196] Override Iterable.forEach(Consumer) in ResultQuery to provide Javadoc 2017-05-09 15:30:51 +02:00
lukaseder
00aafce1ab [#6195] Add DSLContext.fetchByExample(TableRecord) 2017-05-09 14:14:52 +02:00
lukaseder
11ef2849ff Added jOOQ 3.10 manual 2017-05-09 11:45:16 +02:00
lukaseder
b481ab12c0 [#6194] Add a section to the manual about the Query By Example API 2017-05-09 11:40:53 +02:00
lukaseder
58f568cfb3 [#6191] Compilation error in generated code when column is called RESULT or PRIME 2017-05-08 13:03:27 +02:00
lukaseder
8f69beb1a9 [#6035] Detect third-party JDBC URL plugins in JDBCUtils 2017-05-08 12:42:48 +02:00
lukaseder
9fb2e84575 [#6189] JPADatabase doesn't correctly generate tables for multi-schema entities 2017-05-08 12:12:14 +02:00
lukaseder
03ae8a3d7d [#5403] IF EXISTS emulation using THROW doesn't work for SQL Server 2008 2017-05-04 17:43:00 +02:00
lukaseder
b8be759a18 [#5955] Supported STRAIGHT_JOIN 2017-05-04 14:03:41 +02:00
lukaseder
990983e791 [#6011] Add better documentation for the JPADatabase 2017-05-03 16:31:46 +02:00
lukaseder
691859ee40 [#6171] DefaultTransactionProvider should not roll back to savepoint in top transaction 2017-05-03 16:02:12 +02:00
lukaseder
723dcb5cbf [#6169] Document exception propagation in transaction API Javadoc 2017-05-03 15:38:04 +02:00
lukaseder
b431e4191b [#6025] Unstable alias generation for derived tables 2017-05-03 15:13:48 +02:00
lukaseder
51a131dc7d Java 6 fixes 2017-05-03 12:00:55 +02:00
lukaseder
f33e2fe982 [#6071] Revert 2017-05-03 11:40:25 +02:00
lukaseder
3605697b8d [#6094] Resolved type hierarchy inconsistency (jOOQ Pro only) 2017-05-03 11:20:43 +02:00
lukaseder
a3c6e4fa4c Better logging 2017-05-03 11:20:37 +02:00
lukaseder
08e5eb73e7 [#6173] Dead link in Oracle examples 2017-05-03 10:54:12 +02:00
lukaseder
2b36c2c0bf [#6167] GenerationTool should debug-log input Configuration as XML 2017-04-26 16:41:41 +02:00
lukaseder
ddab0dfb71 [#6165] XMLDatabase doesn't correctly load UNIQUE keys 2017-04-26 15:52:16 +02:00
lukaseder
40f92011a4 [#6163] XMLGenerator doesn't export <is_nullable/> for columns 2017-04-26 15:04:39 +02:00
lukaseder
294b06ac1e [#6162] Deprecate plain SQL DSL.sequence(String) constructors 2017-04-26 14:10:05 +02:00
lukaseder
8970be8275 [#2520] [#6156] RecordUnmapper
[#6156] Add Configuration.recordUnmapperProvider()
[#2520] Add RecordUnmapper<E, R extends Record> to allow for the inverse operations of RecordMapper
2017-04-26 11:53:57 +02:00
lukaseder
6e84723cab [#2520] Added API 2017-04-25 12:24:17 +02:00
lukaseder
b4165fbab7 Updated pom.xml 2017-04-25 12:23:02 +02:00
lukaseder
bb57a0ce53 [#6155] Remove unneeded javax.validation dependency 2017-04-25 11:58:04 +02:00
lukaseder
95edee1228 [#6154] Remove test dependencies from OSS distribution 2017-04-25 11:54:43 +02:00
lukaseder
bafad065d7 [#6056] Upgrade optional logger dependencies 2017-04-25 11:49:49 +02:00
lukaseder
a93b0d41c2 [#6078] NullPointerException in GenerationUtil with Postgres CITEXT extension applied 2017-04-25 11:43:10 +02:00
lukaseder
e45498edc3 [#5955] Parse function names only if followed by '(' 2017-04-25 09:57:34 +02:00
lukaseder
17fd0c9618 [#5955] Support sequence NEXTVAL and CURRVAL / GROUP_CONCAT 2017-04-24 18:13:16 +02:00