Commit Graph

3239 Commits

Author SHA1 Message Date
Lukas Eder
2c738d5797 [#2792] data(Object, Object) methods do not unset the value if null is passed 2013-10-23 09:53:54 +02:00
Lukas Eder
f479ee2a88 [#531] [#2790] Add a Context data map scoped to the current subquery 2013-10-22 18:09:02 +02:00
Lukas Eder
a02955dddf [#531] Add support for the WINDOW clause - Restrict rendering to PostgreSQL and Sybase 2013-10-22 17:02:38 +02:00
Lukas Eder
be4cf6ec24 [#531] Add support for the WINDOW clause 2013-10-22 16:38:08 +02:00
Lukas Eder
a286d1a462 Added missing DELETE statements 2013-10-22 16:14:24 +02:00
Lukas Eder
9765edd43a [#2788] Add support for the PostgreSQL "json" data type - Added a json column to the T_EXOTIC_TYPES table 2013-10-18 11:47:53 +02:00
Lukas Eder
6b9e227569 Fixed Javadoc 2013-10-18 11:47:28 +02:00
Lukas Eder
aa87284601 [#2779] Add support for LEFT(), RIGHT() functions 2013-10-17 16:36:57 +02:00
Lukas Eder
2ffd4ba3e9 Fixed typo 2013-10-17 16:09:30 +02:00
Lukas Eder
58233e5d0f [#2657] Fixed Javadoc Typo 2013-10-17 14:43:18 +02:00
Lukas Eder
372ef3a4eb [#2657] Add support for ORDER BY .. SEEK .. LIMIT to implement the "seek method" for faster offsets 2013-10-17 14:33:47 +02:00
Lukas Eder
fa7bc6942a [#2784] Add DSL.row(Collection<?>) to allow for interacting with collections of values or Fields 2013-10-17 13:43:41 +02:00
Lukas Eder
c23b615a76 [#2780] Add PostgresDSL.oid(Table<?>) to produce table.oid references 2013-10-16 14:28:50 +02:00
Lukas Eder
bc7e0ad6f6 [#2777] Regenerated PostgreSQL schema 2013-10-16 14:05:20 +02:00
Lukas Eder
5b10860d7c [#2777] Let code generator reflect PostgreSQL table inheritance in generated tables, records, pojos, daos
- Added inheritance capability to jOOQ-Meta
2013-10-16 14:05:09 +02:00
Lukas Eder
be485c7d1b [#2777] Regenerated "pg_catalog" 2013-10-16 14:04:36 +02:00
Lukas Eder
5d5182fcea Removed query execution limitation from trial version 2013-10-15 15:14:29 +02:00
Lukas Eder
606a27cec2 [#2776] Add support for the PostgreSQL ONLY clause - Regenerated PostgreSQL schema 2013-10-15 15:14:10 +02:00
Lukas Eder
095026dc1d [#2776] Add support for the PostgreSQL ONLY clause 2013-10-15 15:13:37 +02:00
Lukas Eder
5e7f157f52 Converted all \r\n to \n 2013-10-10 10:13:22 +02:00
Lukas Eder
3d7a440df0 Set all Eclipse settings to use Unix-style line separators 2013-10-10 09:53:11 +02:00
Lukas Eder
fc7afb4076 Merged release fixes from pro distribution 2013-10-09 19:28:25 +02:00
Lukas Eder
2f1c103a92 Removed jdbcoracle package from OSS distribution 2013-10-09 19:28:12 +02:00
Lukas Eder
f00684957c Regenerated classes 2013-10-09 19:26:11 +02:00
Lukas Eder
fb176af7df Release 3.2.0 2013-10-09 19:24:30 +02:00
Lukas Eder
5779e888f9 Restored missing xjb file 2013-10-09 19:23:11 +02:00
Lukas Eder
38f8eea126 Fixed typo 2013-10-09 19:23:02 +02:00
Lukas Eder
265a6ca857 Fixed some typos 2013-10-08 16:44:37 +02:00
Lukas Eder
5fdca06dd1 Added remarks about VisitListener being experimental 2013-10-08 13:56:49 +02:00
Lukas Eder
2918b30ed2 Fixed parent pom.xml 2013-10-08 13:44:39 +02:00
Lukas Eder
4167a01ce9 [#2770] Add reference to Javadoc with respect to missing feature. 2013-10-08 12:12:35 +02:00
Lukas Eder
c23d6cf0e6 Fixed some test setups 2013-10-07 16:36:04 +02:00
Lukas Eder
444cf8df47 OSS / Commercial dual-licensing: Remove some commercial code sections from publicly available GitHub repository. 2013-10-07 15:55:31 +02:00
Lukas Eder
ef9080435c OSS / Commercial dual-licensing: Remove some commercial code sections from publicly available GitHub repository. 2013-10-07 15:46:01 +02:00
Lukas Eder
367d6a45e1 Removed jOOQ-tools and jOOQ-website from public repository 2013-10-07 14:58:26 +02:00
Lukas Eder
f8dd234cb7 OSS / Commercial dual-licensing: Mask out commercial code sections from publicly available GitHub repository. 2013-10-07 14:52:51 +02:00
Lukas Eder
a4019be79d Added some dirs to the splitter 2013-10-07 14:01:25 +02:00
Lukas Eder
ba3030d010 [#1644] Add DSL.dual() to explicitly create a DUAL table that works with any dialect 2013-10-07 11:30:43 +02:00
Lukas Eder
5080114610 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
	jOOQ-codegen/src/main/java/org/jooq/util/JavaGenerator.java
2013-10-07 10:45:00 +02:00
lukaseder
a91df2a29c [#674] Add <fluentSetters/> code generation flag to let generated
setters return this - Apply this flag to the PostgreSQL configuration
2013-10-06 10:52:46 +02:00
lukaseder
b92ce8ab59 [#674] Add <fluentSetters/> code generation flag to let generated
setters return this
2013-10-06 10:52:27 +02:00
lukaseder
77a9892368 Added some clarification about jooq-codegen-maven using the same
configuration XML as the standalone code generator.
2013-10-06 10:00:15 +02:00
Lukas Eder
1d5ae25f2b [#2765] Add support for a database-agnostic GENERATE_SERIES(FROM, TO) table function 2013-10-04 17:59:25 +02:00
Lukas Eder
a5f36eb2b7 [#2767] Add support for CUBRID 9.2 features - Upgraded CUBRID to 9.2 2013-10-04 17:57:17 +02:00
Lukas Eder
125cdd858a [#2766] Javadoc typo on DSLContext.batchDelete() 2013-10-04 16:40:53 +02:00
Lukas Eder
cf29a48c4c Fixed PDF to meet new CI / CD 2013-10-04 13:32:37 +02:00
Lukas Eder
7d0ba9607d Fixed license in eclipse .settings for code templates 2013-10-02 16:39:02 +02:00
Lukas Eder
63717b517f Updated licensing link from /eula to /licensing 2013-10-02 16:36:22 +02:00
Lukas Eder
56d4cf123f [#2010] Added test for batch store lifecycle event handling 2013-10-01 15:06:38 +02:00
Lukas Eder
87f5fe4ec0 Fixed older versions of the manual 2013-10-01 14:24:36 +02:00