Commit Graph

4778 Commits

Author SHA1 Message Date
lukaseder
b8780f5cf0 [#5249] Bad inlining of Double.NaN in PostgreSQL 2016-05-09 15:54:21 +02:00
lukaseder
af674a1913 Fixed URL 2016-05-09 15:04:02 +02:00
lukaseder
8897304d42 [#5246] Add an org.jooq.Allow.PlainSQL annotation and a PlainSQLChecker using JSR-308 and the checker framework 2016-05-09 13:03:14 +02:00
lukaseder
01bece477c [#5245] Remove unneeded resources 2016-05-09 12:13:33 +02:00
lukaseder
ae40bd5c27 [#5245] Add org.jooq.Allow and org.jooq.Require annotation and a SQLDialectChecker using JSR-308 and the checker framework 2016-05-09 12:12:32 +02:00
lukaseder
09344c4d45 [#5247] Deprecate SQLDialect.POSTGRESPLUS 2016-05-09 11:44:59 +02:00
lukaseder
089a3afa12 [#5239] Read and write the time component as well in Oracle's DATE type 2016-05-04 17:55:27 +02:00
lukaseder
87afd1f1dd [#5238] Format timestamp when formatting java.sql.Date, if time component is non-zero 2016-05-04 17:23:18 +02:00
lukaseder
46c6923de2 [#5232] jOOQ 3.8 cannot select null values for enums 2016-05-04 16:02:01 +02:00
lukaseder
865bc7119d [#5233] Remove DSL.field(Row[N]) to speed up client side compilation time 2016-05-04 15:18:23 +02:00
lukaseder
a6368da455 Release 3.9.0-SNAPSHOT 2016-05-04 15:18:05 +02:00
lukaseder
20a08ec0c9 Release 3.8.0 2016-05-03 10:46:19 +02:00
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