Commit Graph

4228 Commits

Author SHA1 Message Date
lukaseder
6af0c2edf0 [#2134] Support MySQL's INSERT .. VALUES(), () ON DUPLICATE KEY UPDATE x = VALUES(x) syntax (multi-insert with update) 2015-06-15 10:02:14 +02:00
lukaseder
b3635e2662 [#4385] Missing @Support annotation in MySQLDSL 2015-06-15 09:30:20 +02:00
lukaseder
3bc8ada3d2 Upgraded examples to jOOQ 3.6.2 2015-06-15 09:29:24 +02:00
lukaseder
18d59094ec [#4381] No enums generated in MySQL when <forcedType/> contains <types/> matcher 2015-06-12 11:45:20 +02:00
lukaseder
d0f9b3dfda [#4380] Make dialect-specific DSL constructors protected to allow further subtyping 2015-06-11 10:50:28 +02:00
lukaseder
ede0e09958 [#4379] Upgrade Scala dependency from 2.10.4 to 2.10.5 2015-06-08 17:38:46 +02:00
lukaseder
8c4f4dc90f [#3645] We can now reference Java 7 API 2015-06-08 16:44:25 +02:00
lukaseder
c6b63d5fef [#3955] Add a flag to DefaultTransactionProvider to disable the support for nested transactions via savepoints 2015-06-08 16:26:24 +02:00
lukaseder
d1ac9e79ef [#4290] DefaultTransactionProvider should not cache Connection instance 2015-06-08 15:03:32 +02:00
lukaseder
5ac7804c3b Upgraded PostgreSQL JDBC driver version 2015-06-08 15:03:20 +02:00
lukaseder
46074ed30b [#4376] Translate INSERT .. ON DUPLICATE KEY IGNORE to SQLite's INSERT OR IGNORE 2015-06-08 09:31:08 +02:00
lukaseder
de4f7fad12 [#4372] UDTRecord is not "attached" when fetched from standalone stored function call 2015-06-06 12:39:54 +02:00
lukaseder
ab13588991 Added missing [java-8] tags 2015-06-05 16:25:21 +02:00
lukaseder
af1115e051 [#4363] Replace using the term "simulate" by "emulate" in all documentation 2015-06-05 16:06:00 +02:00
lukaseder
a8fc4ae33a [#4363] Replace using the term "simulate" by "emulate" in all documentation 2015-06-05 16:02:35 +02:00
lukaseder
cb8b92515c [#4367] Wrong implementation of MergeImpl.andNot(Field<Boolean>) and orNot(Field<Boolean>) 2015-06-05 14:14:09 +02:00
lukaseder
cba606a2c1 [#4366] Add on(Boolean), where(Boolean), having(Boolean), etc 2015-06-05 14:11:18 +02:00
lukaseder
dc4af15fa8 [#4354] Javadoc warning generated for Result.into(Field<T1>, Field<T2>, ..., Field<TN>) 2015-06-04 10:45:50 +02:00
lukaseder
715d0253b7 [#1503] Emulate INSERT .. ON DUPLICATE KEY IGNORE in remaining dialects, using INSERT .. SELECT WHERE NOT EXISTS 2015-06-04 10:33:52 +02:00
lukaseder
f985244195 [#4360] DSL.timestamp() generates wrong output in SQLite 2015-06-04 00:16:21 +02:00
lukaseder
4f7fa5fd70 [#4358] Wrong @Support value for SQLite which doesn't support ALTER TABLE .. DROP, SET, ADD CONSTRAINT, etc. 2015-06-03 23:32:33 +02:00
lukaseder
66950031d0 [#4355] Regression with <schemaVersionProvider/> caused by formatting of @Generated annotation 2015-06-03 18:21:47 +02:00
lukaseder
246a7261ed [#4349] The trial / pro license is accidentally delivered with the Open Source Edition 2015-06-03 11:00:55 +02:00
lukaseder
00a65946a2 [#4312] how did this happen ! ? 2015-06-01 21:11:37 +02:00
lukaseder
08b79de9b5 [#3645] workaround for Java 8's stricter type inference (javac regression?) 2015-06-01 21:04:39 +02:00
lukaseder
835c4e20e0 [#4312] forgotten DAO.fetchOptional() implementation() 2015-06-01 21:04:01 +02:00
lukaseder
1571f93de7 [#4344] MockStatement returns wrong update counts 2015-06-01 18:51:36 +02:00
lukaseder
31937db655 [#3645] Workarounds for http://stackoverflow.com/q/5361513/521799 2015-06-01 18:35:00 +02:00
lukaseder
0ff884f3c8 [#4341] No Results are fetched from SQL Server procedures that contain
update counts
2015-06-01 17:22:04 +02:00
lukaseder
f17a3c48c7 [#4339] Add DSLContext.fetchStream(...) similar to the existing
DSLContext.fetchLazy(...) API
2015-06-01 10:26:44 +02:00
lukaseder
d660727821 [#4340] Add Cursor.stream() 2015-06-01 10:21:31 +02:00
lukaseder
fe405d772c [#4337] Add Stream<R> ResultQuery.stream() 2015-06-01 10:03:04 +02:00
lukaseder
037c21270e [#4336] Fixed bad [java-8] tags 2015-05-31 21:17:17 +02:00
lukaseder
05df9ee9c7 [#4336] Let Cursor and Query extend AutoCloseable 2015-05-30 18:05:41 +02:00
lukaseder
2dce62d61d [#4312] Add various fetchOptional() methods 2015-05-30 17:41:29 +02:00
lukaseder
3bcdc15ab8 Firebird doesn't allow full qualification in FOR UPDATE OF .. 2015-05-30 11:59:09 +02:00
lukaseder
f69e76f85f [#4335] Missing @Support for Firebird for CREATE TABLE statements 2015-05-30 11:50:41 +02:00
lukaseder
ff09bb70b0 [#4333] Firebird CREATE TABLE regression when columns are nullable 2015-05-30 11:47:33 +02:00
lukaseder
9ac2503aff [#4331] REFERENCES .. ON { DELETE | UPDATE } SET DEFAULT is currently not supported by Derby 2015-05-30 10:58:13 +02:00
lukaseder
8c0d622512 [#4321] Invalid SQL generated when using nullable data types in Derby CREATE TABLE and ALTER TABLE statements 2015-05-30 10:36:35 +02:00
lukaseder
cafc0ab25a [#4328] Bad implementation of ALTER TABLE .. ALTER COLUMN .. SET DATA TYPE in Derby 2015-05-30 10:29:34 +02:00
lukaseder
1c8579b78b [#4326] CREATE SEQUENCE statement lets sequences start with MIN_VALUE, not 1 in Derby 2015-05-30 10:01:35 +02:00
lukaseder
117e441d12 [#4292] Fix empty GROUP BY () for Derby 2015-05-30 09:49:48 +02:00
lukaseder
1fc179ce61 Add the {java.version} property to the default profile 2015-05-30 09:31:29 +02:00
lukaseder
0dc660ebc6 [#4324] DROP SEQUENCE statement has a mandatory RESTRICT keyword in Derby 2015-05-30 09:24:17 +02:00
lukaseder
a762a767ef [#4321] Invalid SQL generated when using nullable data types for Derby 2015-05-30 09:05:18 +02:00
lukaseder
2980c11218 [#3645] Let jOOQ require Java 8 - Keep supporting Java 6 in commercial editions 2015-05-28 16:51:23 +02:00
lukaseder
b370a2f8fa [#3645] Let jOOQ require Java 8 - Keep supporting Java 6 in commercial editions 2015-05-28 16:45:30 +02:00
lukaseder
280c9e6414 [#4308] SQLSERVER2014 dialect doesn't generate correct LIMIT .. OFFSET clause 2015-05-28 16:07:38 +02:00
lukaseder
74d4d72077 [#2728] Add remark to PostgreSQL dialects to use Redshift instead 2015-05-28 15:53:40 +02:00