Commit Graph

4952 Commits

Author SHA1 Message Date
lukaseder
b7e29ba99f [#5486] Add DSLContext.with(String, Function<? super Field<?>, ? extends String>) where the Function receives Select columns as input 2016-08-09 20:47:10 +02:00
lukaseder
2ae927a489 [#5485] Add createView(String, Function<? super Field<?>, ? extends String>) where the Function receives Select columns as input 2016-08-09 18:29:55 +02:00
lukaseder
82e7466a66 [#5418] Add support for ALTER TABLE .. ADD CONSTRAINT .. USING INDEX (...) 2016-08-09 11:46:20 +02:00
lukaseder
4e82d12486 [#5413] Add support for Oracle's RATIO_TO_REPORT() analytic function 2016-08-09 11:35:42 +02:00
lukaseder
86718b6a81 [#5413] Add support for Oracle's RATIO_TO_REPORT() analytic function 2016-08-09 11:20:12 +02:00
lukaseder
c2c209581a [#5483] Documentation of DSL#sql(String, QueryPart ...) does not mention parsing bind value placeholders (?) 2016-08-09 10:02:47 +02:00
lukaseder
a86a5f0c12 [#4512] Allow for renaming tables and columns using Function 2016-08-08 21:32:36 +02:00
lukaseder
7dc077af3d [#5162] Use DSLContext.connection() in internal code, rather than calling ConnectionProvider.acquire() directly 2016-08-08 20:53:51 +02:00
lukaseder
0445186aa1 [#5389] Enhance DSLContext.fetchFromJSON() to support new formats 2016-08-08 16:27:25 +02:00
lukaseder
c342bc2c19 [#5460] Added support for constraints 2016-08-05 15:44:39 +02:00
lukaseder
4b71f10b33 [#5481] ResultImpl#intoMap produces an incorrect error message on duplicate key 2016-08-05 15:21:28 +02:00
lukaseder
5b87623936 [#5460] Support for exporting individual tables as well 2016-08-05 15:18:20 +02:00
lukaseder
83c5769168 [#5460] Convenience overloads 2016-08-05 14:55:57 +02:00
lukaseder
227c0c0777 [#5477] Proper pre-Java 7 resource handling 2016-08-05 13:59:25 +02:00
lukaseder
987ac77fbf Document some recent DDL feature additions 2016-08-05 13:56:17 +02:00
lukaseder
6d263845c9 [#5477] Add <configurationFile> element to Maven code generation plugin, for external configuration 2016-08-05 13:56:04 +02:00
lukaseder
def7a55255 [#2684] Rename org.jooq.scala package to org.jooq.scalaextensions because of potential collisions with the scala package 2016-08-05 11:42:39 +02:00
lukaseder
821f381188 [#2684] Rename org.jooq.scala package to org.jooq.scalaextensions because of potential collisions with the scala package 2016-08-05 11:41:29 +02:00
lukaseder
8e89bf6c58 [#5437] Add support for loading the jooq-meta.xsd into org.jooq.Catalog / Schema / Table / etc. 2016-08-02 16:18:48 +02:00
lukaseder
c23cc2a024 [#5437] Support unique keys and primary keys 2016-07-29 15:52:17 +02:00
lukaseder
d624923cd3 [#5472] Still wrong 2016-07-29 14:26:40 +02:00
lukaseder
63dffd78a1 [#5472] Check needs to be done repeatedly 2016-07-29 11:59:03 +02:00
lukaseder
87c3146d38 [#5472] Handling this in jOOQ-meta is asking for trouble. 2016-07-29 11:44:58 +02:00
lukaseder
d3964da6b8 [#5472] Add <emptyCatalogs/> and <emptySchemas/> to the code generator configuration, to prevent generating of empty catalogs / schemas 2016-07-29 11:18:17 +02:00
lukaseder
6d0ff08ee1 [#5443] Document jOOQ 3.8 <forcedType/> configuration changes 2016-07-29 11:18:04 +02:00
lukaseder
0411917179 Dummy commit 2016-07-29 11:16:06 +02:00
lukaseder
a9fe3b522b Dummy change in .travis.yml 2016-07-28 13:53:02 +02:00
lukaseder
ca28db6979 [#5449] Ooops. This shouldn't be closed source code. 2016-07-27 16:51:38 +02:00
lukaseder
668d9dd731 [#5467] Fixed regression and re-generated jOOQ-meta 2016-07-27 16:39:33 +02:00
lukaseder
e22561a48b Fixed manual about jOOQ 3.8 supporting Oracle's UPDATE .. RETURNING emulation 2016-07-27 16:39:17 +02:00
lukaseder
da5f74eb3f [#5460] Add DSLContext.informationSchema(Catalog) and informationSchema(Schema) to export jooq-meta.xsd format 2016-07-25 18:08:06 +02:00
lukaseder
c8d04634bb [#5467] Add Sequence.getCatalog() and Table.getCatalog() for convenience 2016-07-25 17:50:18 +02:00
lukaseder
cbb671994f [#5464] Wrong @Support annotations on DSL.sequence() constructors 2016-07-25 17:27:45 +02:00
lukaseder
601f11d011 [#5463] Add org.jooq.Meta.getSequences() 2016-07-25 17:23:28 +02:00
lukaseder
18d7071f8d [#5437] Add support for sequences 2016-07-25 17:14:42 +02:00
lukaseder
53e44fac6e [#5432] Added Eric Peters as author 2016-07-25 16:46:51 +02:00
Lukas Eder
9e1d9f3e4c Merge pull request #5432 from er1c/scala_conversions
Fix the type-erasure issue for scala vararg helpers in org.jooq.scala.Conversions using scala.predef.DummyImplicit
2016-07-25 16:43:31 +02:00
lukaseder
eefd19f660 [#5437] Partial implementation (fix ordering by ordinal position) 2016-07-25 16:40:21 +02:00
lukaseder
325aaf7d3f [#5461] Add DSLContext.ddl(Catalog) 2016-07-25 16:26:47 +02:00
lukaseder
a402026561 [#5437] Partial implementation 2016-07-25 16:05:21 +02:00
lukaseder
e7b3740a4b [#5442] Support default methods in DefaultRecordMapper.ProxyMapper 2016-07-25 14:04:10 +02:00
lukaseder
2ae8460ef0 [#5457] "overriding method fields in class AbstractRecord" compilation error when using ScalaGenerator on tables containing columns like "fields", "configuration", etc. 2016-07-25 11:23:00 +02:00
lukaseder
7528b7645f [#5452] Add a big disclaimer to the Mock API not to mock an entire database 2016-07-25 10:40:56 +02:00
lukaseder
3450682eb8 [#5449] Add Table.as(Table) to be consistent with Field.as(Field) 2016-07-24 20:01:37 +02:00
lukaseder
2db64c52cd [#5445] Add support for Oracle 12c TRUNCATE .. CASCADE 2016-07-24 17:19:23 +02:00
lukaseder
88dcb4efe6 [#2607] Add support for Oracle 12c's OFFSET .. FETCH clause 2016-07-24 15:43:10 +02:00
lukaseder
5241ed1aca [#5439] Add also Mock.of(int) 2016-07-21 18:02:15 +02:00
lukaseder
eda1b4d0b8 [#5439] Add Mock.of(Record), Mock.of(Result), Mock.of(MockResult...) 2016-07-21 17:57:52 +02:00
lukaseder
231abc3781 [#5430] regenerated code 2016-07-21 17:04:01 +02:00
Lukas Eder
7e853792d3 Merge pull request #5430 from michael-simons/patch-1
Cumulative Earnings example in jOOQ-spark-chart-example is wrong
2016-07-21 17:01:39 +02:00