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 |
|
Lukas Eder
|
e4b616e8fd
|
Added more source code splitting logic for trial licenses
|
2013-10-01 13:52:37 +02:00 |
|
Lukas Eder
|
7725787591
|
Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
jOOQ-test/src/org/jooq/test/_/testcases/CRUDTests.java
pom.xml
|
2013-10-01 13:05:28 +02:00 |
|
Lukas Eder
|
39783bb69f
|
Fixed Xtend code generation to match the latest improvements
|
2013-10-01 12:57:31 +02:00 |
|
Lukas Eder
|
13758c5e4e
|
Commented out jooq-gradle dependency for the time being
|
2013-10-01 09:44:09 +02:00 |
|
Lukas Eder
|
a0c479601c
|
Fixed events page
|
2013-09-30 12:00:34 +02:00 |
|
lukaseder
|
d3ea56750e
|
[#2764] Let CRUD operations be able to perform UPDATEs on primary keys
|
2013-09-28 11:35:11 +02:00 |
|
Lukas Eder
|
223db0e4dc
|
[#1171] Reverted regeneration for H2 in standard integration tests, moved such generation to ./examples
|
2013-09-27 13:04:48 +02:00 |
|