Commit Graph

2447 Commits

Author SHA1 Message Date
lukaseder
fdf3bfdddc [#4843] Missing @Support annotations for Vertica and window functions and other API elements 2015-12-27 17:31:07 +01:00
lukaseder
c7b9b4f437 [#4849] Wrong emulation of SINH() and other hyperbolic functions for Vertica 2015-12-27 15:38:20 +01:00
lukaseder
511f9e465c [#4847] Improve Javadoc's of Loader API's various fields() methods 2015-12-26 19:04:49 +01:00
lukaseder
01c370715b [#4842] Add support for RANGE clause in window functions 2015-12-23 10:28:00 +01:00
lukaseder
9e121215d7 [#4837] Add DefaultConnectionProvider.setReadOnly() and isReadOnly() 2015-12-22 10:02:56 +01:00
lukaseder
f8b2296dda [#4820] Fixed regression 2015-12-21 19:51:50 +01:00
lukaseder
901cf259a4 [#4834] Add Context.declareAliases as a flag to indicate whether alias declaration generating QueryParts are allowed to do so 2015-12-21 18:10:31 +01:00
lukaseder
2de54263ff [#4825] Add support for Oracle table-valued functions - Aliasing not working yet 2015-12-21 08:22:35 +01:00
lukaseder
bb285924d9 [#4820] Oracle LONG and LONG RAW columns cause "Stream has already been closed" exception when not placed in first position 2015-12-18 12:34:15 +01:00
lukaseder
d428250994 [#4746] Javadoc fix 2015-12-17 16:24:57 +01:00
lukaseder
0e23b09087 [#4746] Allow for specifying empty string as formatCSV()'s nullString / emptyString 2015-12-17 16:21:57 +01:00
lukaseder
687884ec31 [#4715] Allow to specify the newline character for Result.formatCSV() 2015-12-17 16:03:30 +01:00
lukaseder
bbac3d8551 [#4818] Add org.jooq.CSVFormat: A parameter object to replace the existing formatCSV overloads 2015-12-17 15:53:59 +01:00
lukaseder
eb4702ea6c Remove confusing [java-8] tags in OSS edition 2015-12-17 15:05:01 +01:00
lukaseder
7a05238129 [#4763] Deprecate on(Boolean), where(Boolean), having(Boolean), etc. 2015-12-17 11:07:35 +01:00
lukaseder
87b9316226 [#4815] Relax bound from <R extends TableRecord<R>> to <R extends Record> for DSLContext.loadInto() 2015-12-17 10:39:14 +01:00
lukaseder
00394069d0 Java 6 compatibility bugfix 2015-12-15 15:56:43 +01:00
lukaseder
2244d90ef1 [#4806] CREATE VIEW statement fails when it contains bind variables 2015-12-15 13:30:37 +01:00
lukaseder
8a32ed7697 [#4785] Fixed more integration tests 2015-12-11 15:16:38 +01:00
lukaseder
f666c7feb0 [#4785] Fixed more integration tests 2015-12-11 15:12:59 +01:00
lukaseder
314cedcf40 [#4795] [#2032]
- [#2032] Fully qualify all jOOQ-meta Definitions with catalogs
- [#4796] Add Setting to turn off rendering catalog at runtime
2015-12-10 16:57:43 +01:00
lukaseder
7037298c0d [#4796] Add Context.qualifyCatalog() to allow for locally qualifying names without catalog 2015-12-10 15:22:49 +01:00
lukaseder
8596290751 [#4792] Exclude rendering the "DEFAULT_CATALOG" (better fix with [#4793]) 2015-12-10 15:04:08 +01:00
lukaseder
f674daaa60 [#4792] Add Schema.getCatalog() and render the catalog in SQL 2015-12-09 17:57:00 +01:00
lukaseder
eb70ea0ad9 [#4785] Added support for more dialects 2015-12-09 16:24:56 +01:00
lukaseder
b82e751006 [#4785] Add support for OFFSET without LIMIT 2015-12-08 18:26:42 +01:00
lukaseder
887540a9d2 [#4784] Add support for OFFSET .. LIMIT in addition to LIMIT .. OFFSET 2015-12-08 14:12:07 +01:00
lukaseder
20d3e41146 [#4772] [#4773]
- [#4772] Extremely slow mapping Record.into(ProxyableInterface.class)
- [#4773] DefaultRecordMapper is not thread safe when mapping proxyable interface
2015-12-04 11:23:13 +01:00
lukaseder
50a41de7b4 [#4771] Confusing SQLDialectNotSupportedException when passing wrong arguments to DSL.nvl() function, and others 2015-12-03 13:08:43 +01:00
lukaseder
f2c80bbd12 [#4761] Add MySQL IFNULL() support as a synonym for NVL() 2015-12-03 12:33:06 +01:00
lukaseder
921436509c [#4769] Improve TableLike.field(Field) Javadoc 2015-12-01 14:31:01 +01:00
lukaseder
33b019ee9c [#4762] org.jooq.Meta must not cache DatabaseMetaData in order not to violate the ConnectionProvider contract 2015-12-01 10:28:37 +01:00
lukaseder
ee30788263 [#4749] Regression in AbstractParam throwing StackOverflowError when calling UDTRecord.toString() 2015-11-27 10:17:21 +01:00
lukaseder
1f99a66681 [#4753] Add Settings for default naxRows, fetchSize, queryTimeout and other values 2015-11-26 19:43:40 +01:00
lukaseder
5185a5a022 [#4737] Documentation bug: Deprecation remark on fieldByName(Class, String...) points to wrong substitute 2015-11-13 13:45:59 +01:00
lukaseder
597d0c300f [#4735] Add DSL.condition(Record) for Query By Example (QBE) predicate building support 2015-11-13 13:20:04 +01:00
lukaseder
09b106b16a Workaround for a Java 6 compiler issues 2015-11-12 09:44:10 +01:00
lukaseder
dc0cba7210 [#4729] Emulate DSL.count(Table) and countDistinct(Table) for all other dialects 2015-11-11 14:26:12 +01:00
lukaseder
cd9bba149b [#4731] Add Javadoc warning to Table.equals() to help prevent accidental usage 2015-11-11 12:12:47 +01:00
lukaseder
f147e8dc12 [#4730] Recognise pgjdbc-ng JDBC URL in JDBCUtils.dialect(String) 2015-11-11 09:47:10 +01:00
lukaseder
c6d8626eab [#4724] Missing @Support annotations 2015-11-10 11:14:19 +01:00
lukaseder
1dbb27d049 [#4724] Support PostgreSQL-specific native syntax 2015-11-10 10:41:32 +01:00
lukaseder
7b65c4fd29 [#4724] Compare by PK only if the PK belongs to the same table 2015-11-10 10:32:01 +01:00
lukaseder
d3835638e2 [#4724] Add Table.eq(Table<R>) and Table.ne(Table<R>) 2015-11-10 10:28:13 +01:00
lukaseder
ab3e79a814 [#4721] Add Javadoc examples to DSL.using(String), showing proper use with try-with-resources 2015-11-08 17:20:24 +01:00
lukaseder
08048bffda [#4712] Cannot call standalone PostgreSQL function with enum array return type in non-public schema 2015-11-05 14:45:09 +01:00
lukaseder
0ba293f6c4 [#4693] Add DSL.toDate(value, format) and DSL.toTimestamp(value, format) 2015-10-26 15:48:39 +01:00
lukaseder
67405c4969 [#4692] Use correct term for "ordered-set aggregate function" in Javadoc and manual 2015-10-21 16:50:09 +02:00
lukaseder
df1c1a711b [#4568] Add support for the PostgreSQL MODE() ordered-set aggregate function 2015-10-21 16:45:00 +02:00
lukaseder
8ba5ad556e [#4642] Fixed regression 2015-10-21 15:28:57 +02:00