lukaseder
|
eaec9e00fe
|
[#4724] Comparison shouldn't be based on primary keys
|
2016-05-03 06:50:32 +02:00 |
|
lukaseder
|
d1fcd7c102
|
[#5225] Results.clear() does not remove update counts
|
2016-04-26 16:47:47 +02:00 |
|
lukaseder
|
ee4e452b60
|
Fix meta regression
|
2016-04-26 15:23:17 +02:00 |
|
Lukas Eder
|
8f75f759a2
|
Merge pull request #5212 from terencez127/hive
MetaDataFieldProvider should not catch SQLFeatureNotSupportedException from ResultSetMetaData calls
|
2016-04-25 16:54:16 +02:00 |
|
Terence
|
7799f2f35a
|
Handle SQLException thrown when initializing MeataDataFieldProvider with Amazon Hive JDBC driver
|
2016-04-21 14:11:27 -07:00 |
|
lukaseder
|
8e8a7a9645
|
[#3761] Add code generator configuration to specify a log level threshold
|
2016-04-18 15:07:54 +02:00 |
|
lukaseder
|
a39f42399f
|
[#5134] Previous fix was incorrect. Let's try again...
|
2016-04-15 11:06:44 +02:00 |
|
lukaseder
|
3a60a92e51
|
[#5202] MySQL unsigned data types in stored procedures and functions are not captured correctly by jOOQ's code generator
|
2016-04-15 11:06:10 +02:00 |
|
lukaseder
|
3d37c6482d
|
Added missing dialects to codegen XSD
|
2016-04-11 11:17:49 +02:00 |
|
lukaseder
|
6dd9f0c594
|
[#5134] Additional fix for OSGi users
|
2016-04-08 17:57:19 +02:00 |
|
lukaseder
|
edd0ed3b87
|
[#5193] PostgreSQL timestamp deserialisation loses millisecond precision, when timestamp is contained in an array of composite types
|
2016-04-06 15:24:00 +02:00 |
|
lukaseder
|
e4b54cbc29
|
[#5192] Add SafeVarargs annotation to DSL.values() constructor methods
|
2016-04-05 16:16:16 +02:00 |
|
lukaseder
|
dfaf1684f2
|
[#1859] [#5190] Feature is now available in Oracle
|
2016-04-05 15:40:35 +02:00 |
|
lukaseder
|
a2e6285060
|
[#5190] Support UPDATE and DELETE RETURNING for Oracle using PL/SQL RETURNING .. INTO
|
2016-04-05 15:32:50 +02:00 |
|
lukaseder
|
6d144fddbf
|
Merge branch 'master' of github.com:jOOQ/jOOQ
|
2016-04-05 11:24:06 +02:00 |
|
lukaseder
|
32b2dcc166
|
[#5186] Excessive log level when ignoring foreign key referencing an out-of-scope schema
|
2016-04-05 11:23:51 +02:00 |
|
lukaseder
|
7329d23b7a
|
[#5180] Added issue reference to comment
|
2016-04-05 11:23:17 +02:00 |
|
lukaseder
|
f8e28549e8
|
[#5180] Added issue reference to comment
|
2016-04-03 20:10:08 +02:00 |
|
Lukas Eder
|
c220fb5037
|
Merge pull request #5180 from ruke47/master
DefaultBindings for OffsetTime and OffsetDateTime handle negative offsets
|
2016-04-03 19:59:02 +02:00 |
|
lukaseder
|
48c624f3cf
|
[#5186] Excessive log level when ignoring foreign key referencing an out-of-scope schema
|
2016-04-03 19:36:08 +02:00 |
|
lukaseder
|
854a70fd2c
|
[#5182] Meta Table.getKeys() returns an empty list containing null, if a table has no primary key
|
2016-04-01 13:21:00 +02:00 |
|
Andrew Rueckert
|
464f007a5e
|
DefaultBindings for OffsetTime and OffsetDateTime handle negative offsets
[#4338] added support for converting PostgreSQL-formatted timestamps into OffsetDateTime's, but did not correct for negative offsets.
|
2016-03-31 16:03:22 -07:00 |
|
lukaseder
|
b6b197c678
|
[#5174] NullPointerException when calling Query.getSQL() on an unattached Query
|
2016-03-31 15:46:32 +02:00 |
|
lukaseder
|
2b4abee87c
|
[#5167] Possible NPE when calling InsertImpl.set(Field, Select) with a null Select
|
2016-03-29 08:07:35 +02:00 |
|
lukaseder
|
485b6279c0
|
[#4650] Fixed regressions
|
2016-03-24 15:16:18 +01:00 |
|
lukaseder
|
07761547a2
|
[#5163] Add UpdatableRecord.refresh(Collection<? extends Field<?>>), store(Collection), insert(Collection), update(Collection)
|
2016-03-24 14:50:51 +01:00 |
|
lukaseder
|
88be6eb510
|
[#3852] Fix for Oracle. Switch NULL / DEFAULT order in DDL
|
2016-03-24 14:32:03 +01:00 |
|
lukaseder
|
b4485dec44
|
[#5164] Implement BindingSetStatementContext.toString() for improved debugging
|
2016-03-24 14:31:26 +01:00 |
|
lukaseder
|
eb11e0e038
|
[#1859] Fix more regressions
|
2016-03-24 14:14:52 +01:00 |
|
lukaseder
|
af731388be
|
[#5145] Fix NPE
|
2016-03-24 13:47:16 +01:00 |
|
lukaseder
|
b5e7a070e2
|
[#1859] Regression
|
2016-03-24 13:41:47 +01:00 |
|
lukaseder
|
59bbe32ad9
|
[#5161] Add logback.xml file to jOOQ-spring-boot-example to enable DEBUG logging per default
|
2016-03-24 11:12:52 +01:00 |
|
lukaseder
|
a12ce0fe68
|
[#3482] Add flags to the code generator to turn on / off generation for tables, views, packages, procedures, udts, etc.
|
2016-03-23 19:28:00 +01:00 |
|
lukaseder
|
9951feb0f7
|
[#5158] FILTER (WHERE ...) and OVER() is not applied to PostgreSQL ARRAY_AGG()
|
2016-03-23 11:14:50 +01:00 |
|
lukaseder
|
36223eefc2
|
[#4427] ScalaGenerator generates Java code for MySQL / PostgreSQL enum types
|
2016-03-17 18:58:05 +01:00 |
|
lukaseder
|
57847eaf04
|
[#3570] Add KeepNamesGeneratorStrategy to keep generated identifiers as they are in the database
|
2016-03-17 15:13:26 +01:00 |
|
lukaseder
|
81076997cb
|
[#5154] Add support for mapping Record1<String> to Enum by Enum.valueOf() in DefaultRecordMapper
|
2016-03-17 11:00:48 +01:00 |
|
lukaseder
|
c15c171404
|
[#5145] Add LoaderXXXStep.fields(FieldMapper) for better mapping between source and target fields
|
2016-03-17 10:22:57 +01:00 |
|
lukaseder
|
6c7d9cf98b
|
Settings.backslashEscaping is not applied to LIKE .. ESCAPE clause
|
2016-03-15 14:09:06 +01:00 |
|
lukaseder
|
09cdf5703c
|
[#4964] Type handling issue when using a custom type with a Postgres UDT field
|
2016-03-14 18:06:42 +01:00 |
|
lukaseder
|
93ddd14d1f
|
[#4841] Add code generation support for column DEFAULT values
|
2016-03-11 15:22:27 +01:00 |
|
lukaseder
|
57dfdbc51d
|
[#4131] Regression when using PostgreSQL cast operator ::
|
2016-03-11 14:57:49 +01:00 |
|
lukaseder
|
2b71aad205
|
[#3852] Fixed compilation error
|
2016-03-11 13:47:00 +01:00 |
|
lukaseder
|
cc21d43a8f
|
[#3852] Add DataType.defaultValue(Field<T>) to allow for setting DEFAULTs in DDL statements
|
2016-03-11 13:16:00 +01:00 |
|
lukaseder
|
0d22838e76
|
[#1859] Make this work for more SQL dialects
|
2016-03-10 17:49:03 +01:00 |
|
lukaseder
|
a9a52baf81
|
[#1859] Emulate RETURNING with refresh() for some databases
|
2016-03-10 17:13:59 +01:00 |
|
lukaseder
|
a80d955c32
|
[#1859] Add Setting to always fetch all record data after INSERT or UPDATE
|
2016-03-10 16:55:47 +01:00 |
|
lukaseder
|
eec24dac28
|
[#3691] Concentrate, man. Concentrate.
|
2016-03-10 16:13:51 +01:00 |
|
lukaseder
|
aa6685aa63
|
[#5144] Improve CASE expression formatting
|
2016-03-10 15:51:35 +01:00 |
|
lukaseder
|
1557cfc73b
|
[#3691] Improve API to create CASE expressions with arbitrary numbers of arguments
|
2016-03-10 15:32:02 +01:00 |
|