Commit Graph

4531 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
a589a6332f Upgraded Spring Dependencies 2015-12-26 19:05:02 +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
bdd7e0b0c7 [#4839] Rename Generator.fullyQualifiedTypes() to generateFullyQualifiedTypes() for naming consistency 2015-12-22 15:17:27 +01:00
lukaseder
8a3f32f635 [#4598] Fixed regression in generated code 2015-12-22 15:04:36 +01:00
lukaseder
1b8b773e14 [#4838] Add code generation flag <tableValuedFunctions/> to turn off generation of table-valued functions 2015-12-22 14:49:13 +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
ba0b2a2760 [#4833] Generate standalone function call for table-valued functions 2015-12-21 18:34:48 +01:00
lukaseder
709286faad [#4829] Generated convenience methods Routines.f() have misleading Javadoc 2015-12-21 18:14:41 +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
69dd461b52 Whitespace change 2015-12-21 18:10:13 +01:00
lukaseder
3f46836702 Updated travis content 2015-12-21 17:39:32 +01:00
lukaseder
c773f78ba9 Fixed stale resources in jOOQ-vertabelo-example 2015-12-21 10:23:28 +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
7c312199ff Fixed compilation errors in vertabelo example 2015-12-20 13:00:04 +01:00
lukaseder
8145f77f2e [#4827] Add CatalogVersionProvider 2015-12-20 12:45:39 +01:00
lukaseder
e9ddeaff62 [#3254] Add support for PostgreSQL materialized views 2015-12-18 15:10:02 +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
628686ed28 [#4598] Allow for nesting <forcedType/> in appropriate <customType/> to allow for more concise code generation configuration 2015-12-18 10:44:17 +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
6c1fc75aff [#4744] Record getter and setter names are generated with Mode.DEFAULT rather than Mode.Record 2015-12-16 15:22:56 +01:00
lukaseder
04e918220e [#4811] Add source code in original form to .zip, such that users can build jOOQ right away 2015-12-16 14:10:29 +01:00
lukaseder
00394069d0 Java 6 compatibility bugfix 2015-12-15 15:56:43 +01:00
lukaseder
c6a2dc15e0 Removed stale resources in OSS repository 2015-12-15 15:31:13 +01:00
lukaseder
d74c1ab73c [#4801] Add DEQUEUE_OPTIONS_T.wait(int) to support timeout-based waits on Oracle AQ 2015-12-15 13:52:30 +01:00
lukaseder
2244d90ef1 [#4806] CREATE VIEW statement fails when it contains bind variables 2015-12-15 13:30:37 +01:00
lukaseder
35e9327587 How did this happen...? 2015-12-15 09:59:55 +01:00
lukaseder
aea8b16e09 Typo 2015-12-15 09:30:51 +01:00
lukaseder
6293d19b5d Travis (finally) upgraded from Java 1.8.0_31! 2015-12-15 09:16:09 +01:00
lukaseder
c514e62f80 [#4800] Oracle Functions accepting or returning PL/SQL-only types are not "SQL usable" 2015-12-11 16:04:19 +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
75ff22fe99 [#2032] Handle "DEFAULT_CATALOG" in the absence of catalog support 2015-12-10 14:58:09 +01:00
lukaseder
e2b4d0915d [2032] Added first implementation draft working with SQL Server 2015-12-10 14:38:42 +01:00
lukaseder
c9900d6c9a [#4783] Fixed compilation error 2015-12-10 11:52:16 +01:00
lukaseder
f674daaa60 [#4792] Add Schema.getCatalog() and render the catalog in SQL 2015-12-09 17:57:00 +01:00
lukaseder
9326779597 [#4791] Upgrade scala dependency to 2.10.6 2015-12-09 16:40:03 +01:00
lukaseder
eb70ea0ad9 [#4785] Added support for more dialects 2015-12-09 16:24:56 +01:00