Commit Graph

6077 Commits

Author SHA1 Message Date
lukaseder
a5ffdbdf00 [#6485] [#7084] Parse (and ignore) more COMMENT ON statements 2018-01-23 10:52:20 +01:00
lukaseder
d9377c2e35 [#6265] Added missing Routine <: Named implementation 2018-01-18 18:04:16 +01:00
lukaseder
001a3f6e80 [#6265] Properly qualify all names 2018-01-18 18:00:58 +01:00
lukaseder
97388a61cc [#6071] [#6265] New org.jooq.Named API
- [#6071] Add Name Sequence.getQualifiedName() and getUnqualifiedName()
- [#6265] Add org.jooq.Named API for all types containing a getName() method
2018-01-18 17:51:46 +01:00
lukaseder
c638df856b [#6145] Add Queries.block() 2018-01-18 16:44:47 +01:00
lukaseder
464b8c9548 [#6140] Add <clean/> to <target/> in code generator configuration 2018-01-18 16:32:26 +01:00
lukaseder
308311a544 [#6261] Support loading multiple files in DDLDatabase 2018-01-18 15:19:23 +01:00
lukaseder
7a2775a97f [#6485] Support (and ignore) SQL*Plus style SET commands in parser 2018-01-18 14:28:59 +01:00
lukaseder
7adbd3ab0a [#6986] Emulate COMMENT ON in SQL Server using sp_updateextendedproperty 2018-01-18 12:41:07 +01:00
lukaseder
39977aaa5b [#6474] Support anonymous blocks in SQL Server 2018-01-18 11:35:01 +01:00
lukaseder
180f8bf688 [#6485] [#7074] Support PostgreSQL SMALLSERIAL and BIGSERIAL types in parser / DDLDatabase 2018-01-18 11:13:16 +01:00
lukaseder
2d6839a337 [#7079] Excess semi colon generated in Scala code 2018-01-18 10:32:03 +01:00
lukaseder
5c7268b982 [#7078] Excess whitespace in generated Scala case classes 2018-01-18 10:25:37 +01:00
lukaseder
33c3a23359 [#6606] End of Scala 2.11 support for jOOQ Open Source Edition 2018-01-16 16:45:38 +01:00
lukaseder
43d72cc8ed [#6606] End of Scala 2.11 support for jOOQ Open Source Edition 2018-01-16 16:35:18 +01:00
lukaseder
dd94e95b93 [#6733] jOOQ-scala 2.11 cannot be built with JDK 9 2018-01-16 13:23:31 +01:00
lukaseder
3d416686f9 [#6485] Added support for parsing the DELIMITER command 2018-01-16 13:09:17 +01:00
lukaseder
e43b0e28b3 [#6485] Show line and column numbers in error message 2018-01-16 12:28:09 +01:00
lukaseder
38ec49ba87 [#6485] Added support for parsing SQL Server VARCHAR(max) length 2018-01-16 12:08:01 +01:00
lukaseder
380cb706c8 [#7062] NotSerializableException when Record references reflection cache 2018-01-16 10:43:05 +01:00
lukaseder
0187539b05 [#7061] Programmatic code generator Database configuration doesn't default to <includes>.*</includes> 2018-01-16 09:55:09 +01:00
lukaseder
a9a51e6de0 [#6485] Added JDBC escape syntax to grammar 2018-01-15 13:25:00 +01:00
lukaseder
cf33bfd90c [#6485] Support parsing JDBC escape syntax for {fn ... } calls 2018-01-15 13:21:52 +01:00
lukaseder
6ffc6c5afa [#6485] Added missing support for parsing ABS() function 2018-01-15 13:14:57 +01:00
lukaseder
790739147b [#7051] [#7052] Generated scala code contains deprecation warning for TableImpl 2018-01-15 10:37:54 +01:00
Lukas Eder
9053f74de3
Merge pull request #7052 from er1c/scala-deprecation
[7051] Fix generated scala deprecation warning
2018-01-15 10:32:52 +01:00
lukaseder
911b658378 [#7049] Generated Tables.scala has unused imports 2018-01-15 10:18:22 +01:00
lukaseder
85e5a34f44 [#7055] Fixed regression 2018-01-15 09:52:49 +01:00
lukaseder
f6c98264d4 [#6485] Support parsing JDBC escape syntax for date/time literals 2018-01-15 09:48:19 +01:00
lukaseder
e658c4c78c Updated manual's contributor list 2018-01-15 09:25:54 +01:00
lukaseder
7890c23b32 [#7055] POJO copy constructor should use interface when codegen of <interfaces/> = true 2018-01-15 09:25:44 +01:00
Lukas Eder
40551d109b
Merge pull request #7054 from anuraaga/parse-datetime
[#7021] Add parser support for DATETIME data type.
2018-01-15 09:00:33 +01:00
Anuraag Agrawal
295226d48a [#7021] Add parser support for DATETIME data type. 2018-01-15 13:23:19 +09:00
Eric Peters
8bdf12842d [7051] Fix generated scala deprecation warning 2018-01-13 08:54:14 -08:00
lukaseder
12bb3efbcc [#6132] [#6485] Add parser support for the ON UPDATE column type clause 2018-01-12 17:11:38 +01:00
lukaseder
247c8b2dcd [#7044] Add support for ALTER TABLE .. COMMENT 2018-01-12 15:15:30 +01:00
lukaseder
646dadec10 [#7028] Add support for CREATE TABLE .. COMMENT in parser 2018-01-12 14:52:47 +01:00
lukaseder
eeb3d4a440 [#7028] Add support for CREATE TABLE .. COMMENT 2018-01-12 14:41:56 +01:00
lukaseder
26f60d37e6 [#7039] DDLDatabase should auto-create missing schemas 2018-01-12 13:13:36 +01:00
lukaseder
3fe26d6894 [#7040] Add DataAccessException.getCause(Class<? extends Throwable>) 2018-01-12 12:43:14 +01:00
lukaseder
23afe489f3 [#7037] Plain SQL API should recognise multi-character PostgreSQL geometry operators 2018-01-12 11:05:32 +01:00
lukaseder
77774ac9e2 [#7035] Plain SQL API should recognise multi-character PostgreSQL ltree operators 2018-01-12 10:56:13 +01:00
lukaseder
8c8602804e [#7032] Remove broken Parser "Expected Tokens" error message 2018-01-10 17:55:51 +01:00
lukaseder
5654580119 Fix recent grammar changes 2018-01-10 16:46:17 +01:00
lukaseder
020631a251 [#6485] [#7022] Support parsing MySQL UNIQUE [ INDEX | KEY ] constraint definition 2018-01-10 16:35:20 +01:00
lukaseder
645c8a28f3 [#6485] [#7020] Support parsing MySQL TINYINT(1) data types and other integer types with length 2018-01-10 16:12:42 +01:00
lukaseder
f58e7d7ef6 [#6485] [#7018] Support parsing MySQL / MariaDB COMMENT syntax 2018-01-10 15:46:38 +01:00
lukaseder
bd13797ad5 [#7025] TODO, replace this by a dynamic enum data type encoding, once available 2018-01-10 15:05:18 +01:00
lukaseder
2d8ae08b5e [#6485] [#7017] Parse MySQL ENUM and SET types (as VARCHAR) 2018-01-10 14:56:27 +01:00
lukaseder
eec46ca083 [#7016] Add option to disable the generation of all Javadoc 2018-01-09 15:55:41 +01:00