Commit Graph

4214 Commits

Author SHA1 Message Date
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
lukaseder
b8a8bcde79 [#659] Add support for SQL Azure 2015-05-28 15:49:57 +02:00
lukaseder
c0b7ed8fe2 [#4313] NullPointerException while fetching tables 2015-05-28 12:21:18 +02:00
lukaseder
c271631234 [#4314] SQL Server UPDATE .. FROM illegally declares aliased tables in UPDATE clause 2015-05-28 12:06:28 +02:00
lukaseder
a86812c479 [#4305] Add support for the PostgreSQL ROWS FROM () clause 2015-05-27 17:27:10 +02:00
lukaseder
11752204e8 [#4307] Use DBCP instead of a standalone connection 2015-05-26 16:43:16 +02:00
lukaseder
d1a40f144b Fixed readme 2015-05-26 16:33:36 +02:00
lukaseder
a80bec8211 Simpler readme 2015-05-26 16:29:30 +02:00
lukaseder
6a0e42d5eb Upgraded jOOQ Examples to jOOQ 3.6.1 2015-05-26 16:24:39 +02:00
lukaseder
501caf4d02 [#4307] Add an example using the Spark Framework 2015-05-26 16:24:27 +02:00
lukaseder
3a91f13e08 [#4304] Add support for INTERSECT ALL, EXCEPT ALL clauses 2015-05-25 21:11:44 +02:00
lukaseder
d7a22fac96 Merged pro code 2015-05-21 18:38:43 +02:00
lukaseder
874b4b890f [#4300] DROP .. IF EXISTS implemented incorrectly in Sybase SQL Anywhere 2015-05-21 18:38:23 +02:00
lukaseder
64022b4279 [#1350] Add support for the Vertica database 2015-05-20 20:21:57 +02:00
lukaseder
1b5cc6d638 [#4295] Common Table Expression declarations don't set the Context.subquery() flag 2015-05-20 17:18:13 +02:00