lukaseder
|
a603d745fb
|
[#5245] Improved @Require behaviour and spec
|
2016-05-15 16:15:48 +02:00 |
|
lukaseder
|
4ff2c39776
|
[#5272] Add SQLDialect.supports(SQLDialect)
|
2016-05-13 17:43:55 +02:00 |
|
lukaseder
|
7c55125253
|
[#5271] Add SQLDialect.isFamily()
|
2016-05-13 16:32:43 +02:00 |
|
lukaseder
|
3702122253
|
[#5268] Compile error when a schema has the same name as a table within that schema
|
2016-05-13 15:29:47 +02:00 |
|
lukaseder
|
53b65a5342
|
Release 3.8.1
|
2016-05-13 15:29:35 +02:00 |
|
lukaseder
|
fb349dc083
|
[#4164] Generate varargs setters for array types on interfaces / records / pojos, etc
|
2016-05-12 13:54:46 +02:00 |
|
lukaseder
|
a7b659c3fb
|
[#5260] Wrong update count when running UPDATE .. RETURNING in PostgreSQL and Firebird
|
2016-05-12 12:30:24 +02:00 |
|
lukaseder
|
a358737b97
|
[#5255] Add Dao.delete(P) overload (no varargs) to avoid potential generic warnings at the call site
|
2016-05-12 11:58:37 +02:00 |
|
lukaseder
|
e302929e69
|
[#5253] Add support for Oracle COLLECT()
|
2016-05-12 11:55:12 +02:00 |
|
lukaseder
|
60ff1c98fa
|
[#5256] DAO.delete() should delete via UpdatableRecord.delete(), not via a bulk delete
|
2016-05-12 11:54:28 +02:00 |
|
lukaseder
|
ede1ae35bf
|
[#5253] Add support for Oracle COLLECT()
|
2016-05-12 10:29:05 +02:00 |
|
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 |
|