Commit Graph

4568 Commits

Author SHA1 Message Date
lukaseder
c2a75da763 [#4918] Added missing implementation 2016-01-10 17:49:42 +01:00
lukaseder
064e5475d8 [#4914] Add support for CREATE UNIQUE INDEX 2016-01-08 18:32:30 +01:00
lukaseder
1cbbc23923 [#4918] Add Key.constraint() and improve Key.toString() accordingly 2016-01-08 18:23:11 +01:00
lukaseder
1c069c7d5e [#4050] Allow for specifying constraints with CREATE TABLE statements 2016-01-08 18:07:23 +01:00
lukaseder
7f684c3988 Me and dependency injection http://i.imgur.com/zYDPoj7.png 2016-01-08 17:28:43 +01:00
lukaseder
076ddc06c8 [#4901] Add UniqueKey.getName() and ForeignKey.getName(), and generate this info in Keys.java 2016-01-08 17:01:18 +01:00
lukaseder
38cf47ef50 [#4916] Implement Key.equals() and hashCode() for all Key types 2016-01-08 16:53:46 +01:00
lukaseder
0826c10b16 [#4901] Add UniqueKey.getName() and ForeignKey.getName() 2016-01-08 16:37:27 +01:00
lukaseder
5f306819ae IntelliJ was a bit eager with their variable name refactoring, it seems 2016-01-07 17:23:28 +01:00
lukaseder
22893f6518 [#4910] Bad SQL generated for CREATE TABLE AS SELECT .. FROM (SELECT ..) in SQL Server 2016-01-07 17:23:02 +01:00
lukaseder
6972468e61 [#4904] Fixed syntax error due to removal of 'pro' static import 2016-01-07 16:43:37 +01:00
lukaseder
40e7abbd38 [#4907] Add DSLContext.fetchFromHTML() to convert an HTML table into a jOOQ Result 2016-01-07 15:41:20 +01:00
lukaseder
e03f17c48e [#4904] Add DataAccessException.sqlStateClass() and sqlStateSubclass() 2016-01-07 14:39:34 +01:00
lukaseder
96e51c5ff8 [#4903] Emulate EVERY() with MAX() rather than with COUNT() 2016-01-06 23:01:02 +01:00
lukaseder
94f0bb2f69 [#4891] Accept DataSource in GenerationTool, in addition to Connection 2016-01-04 20:59:26 +01:00
lukaseder
11115c6741 [#4889] Update copyright to 2016 2016-01-04 20:59:08 +01:00
lukaseder
57fee34acc [#4889] Update copyright to 2016 2016-01-04 18:02:42 +01:00
lukaseder
468df1bb58 [#4893] .gitignore for Kotlin 2016-01-04 17:00:41 +01:00
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