Commit Graph

4550 Commits

Author SHA1 Message Date
lukaseder
c0caafd928 [#4816] Added @Deprecated annotation to implementations 2016-01-04 16:58:58 +01:00
lukaseder
a1312e0e15 [#4893] Add Kotlin example to GitHub 2016-01-04 16:50:19 +01:00
lukaseder
a2eb9d5720 [#4868] Default to two spaces in Scala 2015-12-31 15:22:08 +01:00
lukaseder
e5b2ed300e [#4873] Add Firebird 3.0 support for MERGE 2015-12-31 15:07:41 +01:00
lukaseder
fffebf6186 [#4874] Add Firebird 3.0 support for window functions 2015-12-31 14:34:04 +01:00
lukaseder
602a200420 [#4879] Add generateGlobalCatalogReferences() and generateGlobalSchemaReferences() flags to code generator 2015-12-31 12:29:26 +01:00
lukaseder
938fb6f5e2 Blank out rather than mask [pro] code to avoid confusion with users 2015-12-31 10:02:02 +01:00
lukaseder
217a07b332 [#4883] Table valued functions generate bad Scala code 2015-12-30 20:09:00 +01:00
lukaseder
4b90f3b26a [#4880] Escaped block comment inside of Scaladoc causes compilation error 2015-12-30 18:53:54 +01:00
lukaseder
bee46a0761 [#4848] Replace all tabs also in content 2015-12-30 18:40:45 +01:00
lukaseder
b053be3e93 [#4869] Generate schema and catalog references in order to fully qualify tables 2015-12-30 18:28:21 +01:00
lukaseder
b84b4ec49d [#4845] Add support for Firebird 3.0 2015-12-30 16:43:31 +01:00
lukaseder
5d65828434 [#4845] Add support for Firebird 3.0 2015-12-30 16:11:56 +01:00
lukaseder
0ddfa8416d [#4870] SQLDialect.POSTGRES_x_x Javadoc is wrong 2015-12-30 16:07:06 +01:00
lukaseder
407aaf26b7 [#4868] We must've run out of important things to implement... :-P 2015-12-30 12:09:23 +01:00
lukaseder
d7678c44ac [#4848] Add internal API to configure indentation of generated code 2015-12-30 10:25:29 +01:00
lukaseder
cab313f673 [#4696] Relax API contracts on DAOImpl by removing final keyword on methods 2015-12-29 13:56:48 +01:00
lukaseder
71e95e83de [#4859] Deprecate LoaderJSONOptionsStep.ignoreRows() 2015-12-29 13:06:51 +01:00
lukaseder
9a9903f6fe [#4855] Remove final keyword on JavaGenerator methods 2015-12-28 07:54:18 +01:00
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