Commit Graph

6806 Commits

Author SHA1 Message Date
lukaseder
087e1ca01b [#8022] Support passing java.util.Date as a Field<Object> bind value 2018-11-05 13:03:24 +01:00
lukaseder
ee2b015350 [#8013] Regression in OffsetDateTime parser for negative tz offsets 2018-11-05 10:26:43 +01:00
lukaseder
05058a501c [#8013] Regression in OffsetDateTime parser when PostgreSQL timestamps have fractional seconds of 1, 2, 4, 5 digit precision 2018-11-05 10:05:07 +01:00
lukaseder
fcf8fe5830 [#8011] DDLDatabase cannot handle tables containing COLLATE clauses 2018-11-02 17:19:51 +01:00
lukaseder
3ca1f45335 [#8010] Add Table.where(Condition) and overloads 2018-11-02 16:31:15 +01:00
lukaseder
1276fd03b6 Release 3.11.6 2018-11-02 16:14:13 +01:00
lukaseder
68c8f19cf5 Why do things keep breaking for no good reason o_O 2018-11-02 15:29:50 +01:00
lukaseder
aca37f3984 Release 3.11.6 2018-11-02 15:29:32 +01:00
lukaseder
f4cf29bb2a Upgraded Kotlin library 2018-11-02 15:29:24 +01:00
lukaseder
212b490806 [#7731] DAO methods do not profit from reflection cache when Settings.returnRecordToPojo = true 2018-11-02 12:23:24 +01:00
lukaseder
924ae61cfb [#8006] INSERT .. RETURNING produces records with wrong attached Configuration 2018-11-02 11:33:13 +01:00
lukaseder
34bacd8f0f [#8005] Improve the manual's section about serializability to disclaim any backwards compatible format 2018-11-02 10:08:49 +01:00
lukaseder
a430a9b736 [#8000] Deprecate AbstractTable.createField(String, ...) methods 2018-11-01 17:02:39 +01:00
lukaseder
c8b7a10c4f [#7991] NullPointerException in QueryPartList.removeNulls with Java 11 and immutable collections 2018-11-01 17:02:31 +01:00
lukaseder
9570a7b108 [#8000] Deprecate AbstractTable.createField(String, ...) methods 2018-11-01 16:41:01 +01:00
lukaseder
645f946c37 [#7999] Overload AbstractTable.createField(Name, ...) methods 2018-11-01 16:19:17 +01:00
lukaseder
446cce4a74 [#7952] Add SQLDataType.INSTANT 2018-11-01 16:04:10 +01:00
lukaseder
2382e7049b Turn off <generatedAnnotation/> 2018-10-29 11:46:43 +01:00
lukaseder
f7dfa816b2 [#7986] Significant time spent in OffsetDateTime.parse() when reading OffsetDateTime fields 2018-10-26 16:33:13 +02:00
lukaseder
c128561d45 [#7953] Discover JPA annotations also from overridden super class methods 2018-10-26 12:36:07 +02:00
lukaseder
64526434ac [#7982] Unnecessary alias generation in parser for derived tables 2018-10-26 11:46:10 +02:00
lukaseder
2f76a57806 [#7956] Deprecate DSL.groupConcat(Field<?>, String) 2018-10-25 18:18:24 +02:00
lukaseder
d8af6a5d85 [#7961] CREATE INDEX IF NOT EXISTS should intercept error code 1913 in SQL Server 2018-10-25 18:00:22 +02:00
lukaseder
f98c2f855d [#7966] Add Setting to turn off fetching generated keys from UpdatableRecord 2018-10-25 15:58:19 +02:00
lukaseder
6dc8b4bd52 [#7974] Add Reflect.initValue(Class) 2018-10-25 14:41:33 +02:00
lukaseder
14eb5acdd3 [#7971] Add missing delegation support to JDBC 4.3 methods in DefaultConnection and similar types 2018-10-25 14:16:54 +02:00
lukaseder
57ed9aee42 [#7734] Fix default implementation of MiniJAXB.unmarshal() 2018-10-25 13:21:19 +02:00
lukaseder
4285eba8b6 [#7959] Internal CursorResultSet does not implement JDBC 4.1 and 4.2 methods 2018-10-24 19:27:03 +02:00
lukaseder
b18acd993f Upgraded Scala version 2018-10-20 15:52:29 +02:00
lukaseder
e70f32ab6b Upgraded Scala version 2018-10-20 15:44:50 +02:00
lukaseder
5da0b18ff5 [#7954] Document in Javadoc that JDBCUtils.dialect() and similar methods return DEFAULT, not null 2018-10-19 17:47:10 +02:00
lukaseder
e6d139f682 [#7947] Added feature also for <forcedType> matching 2018-10-17 11:53:10 +02:00
lukaseder
0d2351382e [#7947] Let code generation patterns match also partially qualified object names 2018-10-17 11:31:49 +02:00
lukaseder
12882d77be [#7948] Use the new H2 1.4.198 INFORMATION_SCHEMA.COLUMNS.IS_VISIBLE column 2018-10-17 11:21:05 +02:00
lukaseder
af49efa6d7 [#7942] Excess SELECT statement run on UpdatableRecord.store(), insert(), update() on MySQL 2018-10-16 08:04:51 +02:00
lukaseder
5a958a8df9 [#7929] jOOQ-checker should not allow any jOOQ API usage in the absence of an Allow annotation 2018-10-11 17:59:17 +02:00
lukaseder
e33e0e55ff [#7930] Missing Support annotation on various DSL.val(), value(), inline() overloads 2018-10-11 17:49:21 +02:00
lukaseder
06373a54ac [#7926] jOOQ-checker does not type check in absence of Require annotation 2018-10-11 16:58:16 +02:00
lukaseder
551c0d9f6b [#7925] Make org.jooq.impl classes Iif and NullIf package-private 2018-10-11 16:40:03 +02:00
lukaseder
eb9235268e Re-add <source> / <target> tags to compiler plugin 2018-10-11 16:30:01 +02:00
lukaseder
f5080b6ab7 [#7923] jOOQ checker fails with InternalUtils.symbol: tree is null error when checked code has no enclosing method 2018-10-11 16:29:27 +02:00
lukaseder
bf84314508 [#7924] Add a CompileOptions argument object to pass annotation processors and other things to Reflect.compile() 2018-10-11 14:04:45 +02:00
lukaseder
94fa22ba92 [#7922] Upgrade org.checkerframework:checker dependency in jOOQ-checker 2018-10-11 11:19:13 +02:00
lukaseder
816ca6b5a8 [#5601] IN list padding setting should also apply to row IN predicates 2018-10-10 16:11:30 +02:00
lukaseder
ab42758592 [#5576] Add support for SQLite 3.15's row value expression support 2018-10-10 15:49:55 +02:00
lukaseder
f9009e109a [#7296] Added fix for empty window specification emulations 2018-10-10 15:02:51 +02:00
lukaseder
547a781b0f [#2731] Added "when jOOQ and when JPA" section 2018-10-10 14:28:07 +02:00
lukaseder
e962e924b6 [#7518] Support parsing DML on views 2018-10-10 14:03:00 +02:00
lukaseder
cf27c9c80a [#7518] Support parsing DML on views 2018-10-10 14:02:49 +02:00
lukaseder
b39439a490 [#3606] Emulate INSERT/UPDATE/DELETE (SELECT ...) by WITH v AS (SELECT ...) INSERT/UPDATE/DELETE v on SQL Server 2018-10-10 13:25:43 +02:00