Commit Graph

6113 Commits

Author SHA1 Message Date
lukaseder
4a209aa4ce [#6726] Updated grammar 2018-01-26 12:36:01 +01:00
lukaseder
81b9f9ab70 [#6726] Support precision on TIME and TIMESTAMP data types 2018-01-26 12:30:56 +01:00
lukaseder
eb9ac28c18 [#6485] Updated grammar 2018-01-26 11:48:21 +01:00
lukaseder
36a866dd5c [#6485] Add parser support for the PostgreSQL array contains operator: @> 2018-01-26 11:48:06 +01:00
lukaseder
ce3bd39cff [#6485] Support parsing ARRAY_AGG() 2018-01-26 11:28:52 +01:00
lukaseder
35906b8033 [#7102] Inaccurate Javadoc for DSLContext.fetchValue() and fetchValues() 2018-01-26 10:14:59 +01:00
lukaseder
54b8e03d4d [#7101] Add T DSLContext.fetchValue(Field<T>) 2018-01-26 10:10:39 +01:00
lukaseder
ca98250aae [#7087] Added documentation 2018-01-26 10:10:31 +01:00
lukaseder
0e12b3fa6e [#7087] Support USE for SET SCHEMA in Derby and HSQLDB 2018-01-25 16:31:12 +01:00
lukaseder
cbfd3bb6ee [#7087] Support USE for SET SCHEMA and SET CATALOG in MySQL 2018-01-25 16:17:55 +01:00
lukaseder
c2ff3dfd10 [#6485] [#7087] Support parsing USE as SET CATALOG 2018-01-25 15:57:58 +01:00
lukaseder
b7f6c21655 [#7087] Add support for USE (SET CATALOG) in SQL Server 2018-01-25 15:47:57 +01:00
lukaseder
c8fb2031dc [#7087] Add support for Oracle's ALTER SESSION SET CURRENT_SCHEMA command 2018-01-25 15:18:43 +01:00
lukaseder
8f96a58c7d [#7097] Avoid consuming result sets that aren't being closed or scrollable 2018-01-25 12:31:04 +01:00
lukaseder
c8812d0bc3 [#7097] Expose jOOQ Connection proxies also as DataSource 2018-01-25 12:25:58 +01:00
lukaseder
bf0dcea87b [#5960] Add repeated statement diagnostic 2018-01-25 11:14:09 +01:00
lukaseder
b063a11e0e Fixed grammar 2018-01-25 11:13:49 +01:00
lukaseder
c089ae8dcd [#5960] Diagnose missing and excess ResultSet.wasNull() calls 2018-01-25 10:01:11 +01:00
lukaseder
70354dbb22 Updated grammar 2018-01-25 10:01:06 +01:00
lukaseder
4db17151f6 [#5960] Diagnose missing and excess ResultSet.wasNull() calls 2018-01-25 09:56:05 +01:00
lukaseder
af2e6acf6a [#5960] [#7095] Add Settings.inListPadBase and use it in diagnostic
- [#5960] Add diagnostic to detect duplicate IN lists of different degree
- [#7095] Add Settings.inListPadBase
2018-01-24 23:07:36 +01:00
lukaseder
b2e4cadf8a [#5960] [#7094] Duplicate SQL detection
- [#5960] Duplicate SQL detection
- [#7094] Add ParamType.FORCE_INDEXED
2018-01-23 22:10:18 +01:00
lukaseder
972e330b60 [#5960] Find out which projected columns from SELECT statements aren't really needed. (JDBC) 2018-01-23 18:42:38 +01:00
lukaseder
622b3a526c [#5960] Add a DiagnosticsListener SPI 2018-01-23 18:01:58 +01:00
lukaseder
cd176e0ad5 [#7091] ParsingStatement is not overriding all methods from DefaultStatement 2018-01-23 16:14:27 +01:00
lukaseder
a18861e480 Remove obsolete deprecation warning 2018-01-23 15:33:48 +01:00
lukaseder
7db2298f5a Internal refactoring to prevent repetition 2018-01-23 15:25:44 +01:00
lukaseder
8b8b9baddc [#6485] Updated grammar 2018-01-23 15:25:25 +01:00
lukaseder
fba809b5f8 [#6485] [#7086] Add parser support for COMMENT ON VIEW 2018-01-23 15:11:24 +01:00
lukaseder
2528c11909 [#7086] Add support for COMMENT ON VIEW 2018-01-23 15:06:31 +01:00
lukaseder
731c8e93a6 [#6485] [#7087] SET CATALOG not available in OSS edition 2018-01-23 13:50:42 +01:00
lukaseder
25ab285691 [#6485] [#7089] Parser and DDLDatabase cannot parse certain PostgreSQL types 2018-01-23 13:40:21 +01:00
lukaseder
6d98a5420a [#6485] [#7087] Added parser support for SET { SCHEMA | CATALOG } 2018-01-23 13:18:49 +01:00
lukaseder
72da87c42a [#7087] Add support for SET SCHEMA and SET CATALOG 2018-01-23 12:40:29 +01:00
lukaseder
f017fdce8f Regenerated some example code 2018-01-23 12:40:14 +01:00
lukaseder
52abd804e1 [#6485] [#7084] Parse (and ignore) ALTER { SCHEMA | DOMAIN } OWNER TO 2018-01-23 11:15:18 +01:00
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