Commit Graph

5488 Commits

Author SHA1 Message Date
lukaseder
4b666e0e56 [#6249] Null batchSQL when running a batch with a single query 2017-05-22 16:50:31 +02:00
lukaseder
5d3c6ce9e9 [#6253] Add a jOOQ / JPA example to GitHub 2017-05-22 11:57:22 +02:00
lukaseder
d5018b53ee [#6253] Add a jOOQ / JPA example to GitHub 2017-05-22 11:53:59 +02:00
lukaseder
4b71b43a1b [#6247] Add more Kotlin examples 2017-05-18 16:05:21 +02:00
lukaseder
a898acbf36 [#6246] Add Kotlin operators on Field 2017-05-18 16:05:04 +02:00
lukaseder
9661e1531b Updated exec-maven-plugin to 1.6.0 everywhere 2017-05-18 11:58:06 +02:00
lukaseder
0ac06a4f56 Upgraded Kotlin dependency 2017-05-18 10:20:16 +02:00
lukaseder
1f8dafe813 [#6239] Add SQLServer2016 dialect 2017-05-17 17:31:40 +02:00
lukaseder
88e92b85a9 [#6238] Typo in AlterTableRenameConstraintToStep Javadoc 2017-05-17 16:49:05 +02:00
lukaseder
dbadeab220 [#5724] Add support for MySQL's ALTER TABLE .. RENAME INDEX 2017-05-17 16:47:21 +02:00
lukaseder
9fb1258326 [#5231] Add a subsection to the manual explaining each setting from the Settings.xml 2017-05-17 16:05:09 +02:00
lukaseder
95a8ceac7e [#6236] Improve inListPadding implementation 2017-05-17 16:01:36 +02:00
lukaseder
81af034761 [#6235] Manual does not correctly order versions > 3.9 2017-05-17 10:40:15 +02:00
lukaseder
8d87cc1dae Don't check in generated timestamps / English Javadoc 2017-05-16 16:32:05 +02:00
Lukas Eder
24ec3f93c7 Merge pull request #6207 from rstub/rstub-sakila-mssql-1
SQL Server compatability
2017-05-16 14:11:53 +02:00
lukaseder
44dee26b63 [#6021] Add DSLContext.with(Name, Name...) 2017-05-16 13:00:24 +02:00
lukaseder
ded601094b [#5299] MySQL enum type doesn't generate correct DDL via DSLContext.ddl() 2017-05-16 11:22:22 +02:00
lukaseder
eb33ce9cf7 [#6222] Generate IDENTITY information on data type 2017-05-16 10:55:19 +02:00
lukaseder
74bcc17063 Fixed syntax errors in manual+ 2017-05-16 10:52:29 +02:00
lukaseder
f363cb0e9e [#6226] NoSuchFieldError when using commercial dialect with open source edition in Maven code generation 2017-05-16 10:01:00 +02:00
lukaseder
d76d0d94fc [#6223] Field.contains(T) doesn't delegate to Field.contains(Field<T>) when using plain SQL 2017-05-16 09:32:27 +02:00
lukaseder
9eb7a734a3 [#6146] DSLContext.ddl() methods should return attached Queries 2017-05-15 16:49:57 +02:00
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
Ralf Stubner
56358011d9 SQL Server compatability
- add GO after DB creation
- fix datetime formating
2017-05-10 18:41:39 +02: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