lukaseder
|
6db5568fb9
|
[#2919] Distinguish various PostgreSQL versions in the PostgreSQL
family: 9.3, 9.4
|
2014-12-19 11:24:34 +01:00 |
|
lukaseder
|
83a7de8f61
|
[#3873] Add SQLDialect.predecessor() to establish historic dependencies
between SQLDialects
|
2014-12-19 10:59:26 +01:00 |
|
Lukas Eder
|
0d0fef9b11
|
[#3860] Allow to specify defaults for all regular expression flags in the code generation configuration. Add CASE_INSENSITIVE to defaults
|
2014-12-17 16:29:23 +01:00 |
|
Lukas Eder
|
7aa41ef8bf
|
[#3765] Add support for HANA
|
2014-12-17 16:27:56 +01:00 |
|
lukaseder
|
d13180e6ff
|
Use diamond operator...
|
2014-12-15 17:19:58 +01:00 |
|
lukaseder
|
acdf2dd3ec
|
[#3865] Add an example project showing how to use jOOQ with JavaFX
|
2014-12-15 10:54:15 +01:00 |
|
lukaseder
|
6671248595
|
[#3863] CSV-Export with delimiter only does not work properly
|
2014-12-11 17:49:11 +01:00 |
|
Lukas Eder
|
b8c2854a12
|
[#3848] Add DSL.dateSub() as a convenience for adding negative dates via DATE_ADD()
|
2014-12-09 16:43:23 +01:00 |
|
Lukas Eder
|
75afdbb9c3
|
[#3854] Deprecate DSL.queryPart() in favour of DSL.sql()
|
2014-12-09 16:12:46 +01:00 |
|
Lukas Eder
|
717a1945ad
|
[#2626] Add org.jooq.SQL for custom SQL templating
|
2014-12-09 16:07:14 +01:00 |
|
Lukas Eder
|
7e2ef65322
|
[#3849] Add PostgresDSL.stringToArray(X, Y, Z) support
|
2014-12-09 15:30:35 +01:00 |
|
lukaseder
|
30bad757c8
|
[#3847] Document the fact that Collection<? extends Condition> or
Condition[] arguments are always and-connected
|
2014-12-06 10:34:51 +01:00 |
|
lukaseder
|
92a234a84a
|
[#3845] NullPointerException in code generator when there is an empty
<inputSchema/> element in Oracle
|
2014-12-04 20:46:25 +01:00 |
|
lukaseder
|
924e0c5186
|
[#3844] Add a new SQLDialect.DEFAULT instead of SQL99
|
2014-12-04 20:20:54 +01:00 |
|
lukaseder
|
d2cd24fb4d
|
[#3843] Deprecate DSL.fieldByName(), DSL.tableByName(),
DSL.schemaByName(), DSL.sequenceByName()
|
2014-12-04 19:19:43 +01:00 |
|
lukaseder
|
494924a1ab
|
[#3842] Add DSL.field(Name), DSL.table(Name), DSL.schema(Name),
DSL.sequence(Name) methods
|
2014-12-04 18:46:59 +01:00 |
|
lukaseder
|
bd3ca03e6b
|
[#3840] Cleanup and documentation
|
2014-12-03 15:44:20 +01:00 |
|
lukaseder
|
ba99612ba0
|
[#3840] Add a JavaEE example project with EJB and JSF
|
2014-12-03 12:51:38 +01:00 |
|
lukaseder
|
27ec3ea0ae
|
[#3838] Bad @Support annotations on ALTER TABLE statements, which are
not supported by SQLite
|
2014-12-03 09:20:24 +01:00 |
|
lukaseder
|
3d7b6a4362
|
[#3835] SQLite's CREATE VIEW statement doesn't allow to rename columns
|
2014-12-03 09:03:21 +01:00 |
|
lukaseder
|
d353eecf5b
|
[#3833] org.jooq.CreateTableAsStep.column(Field<T> field, DataType<T>
type) SQLite
|
2014-12-03 07:59:36 +01:00 |
|
lukaseder
|
a73bbbc6b0
|
[#1391] Implemented emulation for other databases
|
2014-12-02 20:20:48 +01:00 |
|
lukaseder
|
dc0cbb09c8
|
[#1391] Add support for the Postgres "every" aggregate function
|
2014-12-02 18:47:22 +01:00 |
|
lukaseder
|
b0b04d753a
|
[#3831] <dateAsTimestamp/> deprecation warning is displayed even if the
flag is not active
|
2014-12-02 17:37:54 +01:00 |
|
lukaseder
|
77ab36a09b
|
[#3789] Added copyright headers, removed Base64Coder dependency
|
2014-12-02 17:21:44 +01:00 |
|
lukaseder
|
020f17f58c
|
[#3830] Add support for XSL transformation to XMLDatabase
|
2014-12-02 17:19:53 +01:00 |
|
lukaseder
|
fef01e9885
|
[#3822] Fixed tests
|
2014-12-02 16:23:59 +01:00 |
|
Lukas Eder
|
c2e60af3f9
|
Merge pull request #3789 from Vertabelo/master
Out-of-the-box Vertabelo XML format integration
|
2014-12-02 16:12:19 +01:00 |
|
lukaseder
|
f5d68a6dae
|
[#3822] Invalid SQL for Postgres created with values(Row1...)
|
2014-12-02 15:43:57 +01:00 |
|
lukaseder
|
9cea374742
|
[#3824] PostgreSQL dateAdd() erroneously returns a TIMESTAMP value
|
2014-12-02 15:06:31 +01:00 |
|
lukaseder
|
b364042695
|
Upgraded H2 in example projects
|
2014-11-27 09:03:36 +01:00 |
|
lukaseder
|
2401501864
|
Upgraded H2 in example projects
|
2014-11-27 08:38:41 +01:00 |
|
lukaseder
|
ba9557e700
|
Fixed Nashorn example
|
2014-11-27 08:28:15 +01:00 |
|
lukaseder
|
63bf2d39fc
|
[#3819] Add Constants.XSD_META and Constants.NS_META to describe the new
jooq-meta-x.x.xsd
|
2014-11-26 17:17:56 +01:00 |
|
lukaseder
|
bcc93dfabb
|
[#3781] Add support for DSL.trunc(date, DatePart) for H2
|
2014-11-26 17:11:55 +01:00 |
|
lukaseder
|
2ca7bff19c
|
[#3817] When used with set operations, ORDER BY must not contain any
qualified fields
|
2014-11-26 16:57:35 +01:00 |
|
Lukas Eder
|
650e98a99b
|
Merge pull request #3810 from lpireyn/fetchone-mapper
[#3810] Add fetchOne(RecordMapper) shortcut method to ResultQuery
|
2014-11-26 12:06:25 +01:00 |
|
lukaseder
|
e5779f3dee
|
[#3811] Potential NullPointerException in Cursor.fetchOne(RecordMapper)
and other methods
|
2014-11-26 11:59:40 +01:00 |
|
Lukas Eder
|
bef6f2b6a1
|
Merge pull request #3809 from lpireyn/fix-javadoc-typo
Fix typo in Javadoc in ResultQuery
|
2014-11-26 10:45:01 +01:00 |
|
Laurent Pireyn
|
2fa50aeaf9
|
Add fetchOne(RecordMapper) shortcut method to ResultQuery and implement it in implementing classes
|
2014-11-26 10:43:47 +01:00 |
|
Laurent Pireyn
|
e1c2e36c94
|
Fix typo in Javadoc in ResultQuery
|
2014-11-26 10:15:44 +01:00 |
|
lukaseder
|
59d8879aaf
|
[#3803] CREATE TABLE statement does not generate NOT NULL constraint
|
2014-11-26 09:40:55 +01:00 |
|
lukaseder
|
d9e9ff4f52
|
[#3800] jOOQ-Meta should log formatted queries on exception
|
2014-11-26 09:26:14 +01:00 |
|
lukaseder
|
f1e70fed6a
|
[#3376] Add support for PostgreSQL SETOF functions
|
2014-11-26 09:09:33 +01:00 |
|
lukaseder
|
ad7939b213
|
Release 3.5.0
|
2014-11-26 08:36:39 +01:00 |
|
lukaseder
|
038ac1bac4
|
[#3378] Error when fully qualifying PostgreSQL table-valued functions in
SELECT clauses
|
2014-11-26 08:36:32 +01:00 |
|
lukaseder
|
7679e5780e
|
Release 3.6.0-SNAPSHOT
|
2014-11-24 10:51:47 +01:00 |
|
lukaseder
|
bc54d3ba36
|
[#3797] For table-valued functions, generate also a static method in
Tables.java
|
2014-11-24 10:51:39 +01:00 |
|
lukaseder
|
420a217ee2
|
Release 3.6.0-SNAPSHOT
|
2014-11-24 10:08:36 +01:00 |
|
lukaseder
|
752feb4ff3
|
Release 3.6.0-SNAPSHOT
|
2014-11-24 09:48:14 +01:00 |
|