lukaseder
|
51377414b7
|
[#5295] Implement Queries.toString()
|
2016-05-24 11:11:29 +02:00 |
|
lukaseder
|
e746abe61e
|
[#5290] Internal Cache is not Serializable
|
2016-05-24 11:06:00 +02:00 |
|
lukaseder
|
a3ac792176
|
[#5286] Add more meaningful error handling when Maven code generator is not configured correctly
|
2016-05-21 18:01:27 +02:00 |
|
lukaseder
|
e87ce6334f
|
[#5278] Add support for ALTER SCHEMA [ IF EXISTS ] .. RENAME TO
|
2016-05-20 15:40:57 +02:00 |
|
lukaseder
|
caaf0fcedc
|
[#5280] Bad Javadoc on dropTable() statements
|
2016-05-17 14:13:20 +02:00 |
|
lukaseder
|
7c697937b5
|
[#5279] Add support for DROP SCHEMA [ IF EXISTS ] .. [ CASCADE | RESTRICT ]
|
2016-05-17 14:08:54 +02:00 |
|
lukaseder
|
0d7d85a286
|
[#5244] Add support for CREATE SCHEMA
|
2016-05-17 12:55:12 +02:00 |
|
lukaseder
|
40e8e246e9
|
[#5276] Add ParamMode, an enum to specify if a parameter is IN, OUT, or INOUT
|
2016-05-17 12:13:09 +02:00 |
|
lukaseder
|
640b6f5cb6
|
[#4919] Add support for CREATE INDEX .. WHERE in SQL Server (filtered indexes)
|
2016-05-16 14:18:08 +02:00 |
|
lukaseder
|
729033bb08
|
[#5087] Add support for ALTER TABLE, SEQUENCE, VIEW, INDEX IF EXISTS ..
|
2016-05-16 13:55:10 +02:00 |
|
lukaseder
|
822ceedccf
|
[#5085] Add support for ALTER INDEX .. RENAME TO ..
|
2016-05-16 09:13:18 +02:00 |
|
lukaseder
|
f7b78093b1
|
[#5084] Fix warnings
|
2016-05-16 08:53:19 +02:00 |
|
lukaseder
|
ce960fbe9b
|
[#5084] Add support for ALTER VIEW .. RENAME TO ..
|
2016-05-15 23:55:15 +02:00 |
|
lukaseder
|
d117a20edc
|
[#5083] Add support for ALTER SEQUENCE .. RENAME TO ..
|
2016-05-15 20:52:25 +02:00 |
|
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 |
|