Lukas Eder
|
c47e9e95bc
|
[#3156] "Column ambiguously defined" when emulating derived column lists with duplicate column names
|
2014-03-26 11:29:47 +01:00 |
|
Lukas Eder
|
eca996a5ca
|
[#2335] SQL syntax error when projecting two columns of the same name along with a LIMIT clause in Oracle - Added failing integration test
|
2014-03-26 10:18:23 +01:00 |
|
Lukas Eder
|
aa018cad8e
|
[#3139] Add <T1, ..., T[N]> Result<Record[N]<T1, ..., T[N]>> DSLContext.newResult(Field<T1>, ..., Field<T[N]>)
|
2014-03-25 17:27:37 +01:00 |
|
Lukas Eder
|
7f6c5f8cb5
|
Regenerated Row[N] artefacts
|
2014-03-25 17:09:05 +01:00 |
|
Lukas Eder
|
54a1f4cbba
|
[#3143] Bad Javadoc in the org.jooq.tools.json package: JSON tools are not "JSONAware"
|
2014-03-24 14:59:01 +01:00 |
|
Lukas Eder
|
9159d9f14b
|
[#3147] Field.sortAsc() and sortDesc() should generate inlined values for sort indirection
|
2014-03-24 14:45:09 +01:00 |
|
Lukas Eder
|
1d47203ab0
|
[#3140] INSERT ... SET ... RETURNING returns null - Added working integration test
|
2014-03-24 13:32:22 +01:00 |
|
Lukas Eder
|
d82b7665b3
|
[#3133] Code generation marks all PostgreSQL Fields as having a default value - Removed NVL expression
|
2014-03-19 11:48:35 +01:00 |
|
Lukas Eder
|
0492923ff6
|
[#3119] Upgrade to JUnit 4.11 and omit using deprecated junit.framework.Assert in tests
|
2014-03-19 11:38:52 +01:00 |
|
Lukas Eder
|
1cab1c8541
|
[#3133] Code generation marks all PostgreSQL Fields as having a default value - Regenerated other databases
|
2014-03-19 11:19:21 +01:00 |
|
Lukas Eder
|
fc821fe781
|
[#3133] Code generation marks all PostgreSQL Fields as having a default value - Fixed other databases
|
2014-03-19 11:19:03 +01:00 |
|
Lukas Eder
|
222979abf6
|
[#3133] Code generation marks all Postgresql Fields as having a default
value - Regenerated schemas
|
2014-03-19 10:41:52 +01:00 |
|
Lukas Eder
|
dc6996d8aa
|
[#3133] Code generation marks all Postgresql Fields as having a default
value
|
2014-03-19 10:41:42 +01:00 |
|
Lukas Eder
|
ff3f9186cd
|
[#3131] Query.getBindValues() should not return inlined bind values
|
2014-03-17 15:45:44 +01:00 |
|
Lukas Eder
|
ab29b4a73f
|
[#3130] Generated UDTRecords should be more similar to generated TableRecords
|
2014-03-12 20:21:08 +01:00 |
|
Lukas Eder
|
e2aa1bcda9
|
[#3128] Change ArrayRecord.setList(List<? extends E>) into ArrayRecord.set(Collection<? extends E>)
|
2014-03-12 19:44:08 +01:00 |
|
Lukas Eder
|
54cb916736
|
[#3127] Deprecate ArrayRecord.set(Array)
|
2014-03-12 19:30:50 +01:00 |
|
Lukas Eder
|
6b6dd91dbb
|
Workaround for test that fails only in Travis-CI
|
2014-03-12 19:18:19 +01:00 |
|
Lukas Eder
|
7c02149bf1
|
[#3125] Generate default ArrayRecord constructors that don't need a
Configuration
[#3126] Deprecate generated ArrayRecord constructors that take a
Configuration argument
|
2014-03-12 19:09:44 +01:00 |
|
Lukas Eder
|
8525ed40fb
|
[#3125] Added some more procedures and types
|
2014-03-12 18:31:01 +01:00 |
|
Lukas Eder
|
b1bb877abc
|
[#3122] Runtime Schema mapping doesn't work for UDT
|
2014-03-12 17:30:27 +01:00 |
|
Lukas Eder
|
c591ebada9
|
[#3088] ResultQuery.fetchInto() doesn't work with Scala case classes - Added integration test, works
|
2014-03-10 18:53:14 +01:00 |
|
Lukas Eder
|
a95a137339
|
[#3115] Support hypothetical set function syntax (for CUME_DIST, RANK, DENSE_RANK, PERCENT_RANK)
|
2014-03-10 16:40:04 +01:00 |
|
Lukas Eder
|
fc29bee588
|
Release 3.4.0-SNAPSHOT-2014-03-10-1
|
2014-03-10 16:39:49 +01:00 |
|
Lukas Eder
|
b2e9ffb588
|
[#3108] Local Fields' Converters should be preferred over globally registered Converters - Regenerated H2 schema
|
2014-03-08 13:58:06 +01:00 |
|
Lukas Eder
|
50da819acb
|
[#3108] Local Fields' Converters should be preferred over globally registered Converters
|
2014-03-08 13:57:48 +01:00 |
|
Lukas Eder
|
7e59c58a1a
|
Test may fail because of missing ORDER BY clause
|
2014-03-08 13:45:30 +01:00 |
|
Lukas Eder
|
ce8ad8d930
|
[#3114] Converters are not correctly applied when returning a MockResult from a MockDataProvider - added unit test (not failing)
|
2014-03-08 11:06:38 +01:00 |
|
Lukas Eder
|
fb8a978dcb
|
[#3101] MutablePOJOMapper doesn't work with annotated boolean getters
|
2014-03-07 15:14:41 +01:00 |
|
Lukas Eder
|
e69300b114
|
[#3086] Unsupported conversion from "UNKNOWN" to "UNKNOWN" - Added test case - Cannot reproduce issue
|
2014-03-07 13:41:52 +01:00 |
|
Lukas Eder
|
fbb7e1fd65
|
[#3090] Bad predicates generated from nullable keys on refresh(), update(), delete()
|
2014-03-03 13:10:02 +01:00 |
|
Lukas Eder
|
90dee0f280
|
[#3093] Add code-generation configuration to treat UNIQUE keys as primary keys to generate UpdatableTables
|
2014-03-03 12:29:44 +01:00 |
|
Lukas Eder
|
06b20164f4
|
[#3093] Add code-generation configuration to treat UNIQUE keys as primary keys to generate UpdatableTables
|
2014-03-03 12:29:14 +01:00 |
|
Lukas Eder
|
053ac010fe
|
[#3096] Add Constants.XSD_RUNTIME, NS_RUNTIME, XSD_CODEGEN, NS_CODEGEN
|
2014-03-03 11:35:54 +01:00 |
|
Lukas Eder
|
d837ca25ad
|
[#3096] Add Constants.XSD_RUNTIME, NS_RUNTIME, XSD_CODEGEN, NS_CODEGEN
|
2014-03-03 11:31:45 +01:00 |
|
Lukas Eder
|
7c15a2b9a7
|
[#3095] Add SchemaDefinition.getTables()
|
2014-03-03 11:09:24 +01:00 |
|
Lukas Eder
|
1848481b28
|
[#3094] Add Relations.getUniqueKeys(SchemaDefinition), getUniqueKeys()
|
2014-03-03 11:04:16 +01:00 |
|
Lukas Eder
|
e66bac60ef
|
Fixed release notes formatting
|
2014-02-28 18:00:07 +01:00 |
|
Lukas Eder
|
a06a52346d
|
Removed unnecessary @Support annotations on implementations
|
2014-02-24 15:11:45 +01:00 |
|
Lukas Eder
|
50075f1d16
|
[#3081] Let generated POJOs reference generated UDT POJOs instead of UDT Records - Regenerate databases
|
2014-02-24 14:06:49 +01:00 |
|
Lukas Eder
|
2b9acf7366
|
[#3081] Let generated POJOs reference generated UDT POJOs instead of UDT Records
|
2014-02-24 14:06:40 +01:00 |
|
Lukas Eder
|
3e52522889
|
[#3080] Generate Interfaces for Oracle and PostgreSQL UDTs - Regenerated databases
|
2014-02-24 13:39:24 +01:00 |
|
Lukas Eder
|
dd5d2a1857
|
[#3080] Generate Interfaces for Oracle and PostgreSQL UDTs
|
2014-02-24 13:39:14 +01:00 |
|
Lukas Eder
|
89552e831c
|
[#3010] Generate POJOs for Oracle and PostgreSQL UDTs - Regenerated databases
|
2014-02-24 13:13:06 +01:00 |
|
Lukas Eder
|
ca4c36e8c0
|
[#3010] Generate POJOs for Oracle and PostgreSQL UDTs
|
2014-02-24 13:12:54 +01:00 |
|
Lukas Eder
|
0b0301d6f4
|
[#3077] Let Sequence implement QueryPart
|
2014-02-22 17:13:33 +01:00 |
|
Lukas Eder
|
e49534f958
|
[#3030] Add support for ALTER SEQUENCE ... RESTART [ WITH ... ]
|
2014-02-22 17:10:49 +01:00 |
|
Lukas Eder
|
f0be59d1be
|
[#3077] Let Sequence implement QueryPart
|
2014-02-22 17:10:34 +01:00 |
|
Lukas Eder
|
2db3ea0308
|
Move comment
|
2014-02-22 15:01:52 +01:00 |
|
Lukas Eder
|
9d6099cde4
|
[#3076] Add ExecuteListener.warning(ExecuteContext) to allow for listening to SQLWarnings
|
2014-02-22 14:59:49 +01:00 |
|