Commit Graph

4205 Commits

Author SHA1 Message Date
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
lukaseder
0a6596abc5 [#1350] Add support for the Vertica database 2015-05-20 15:49:47 +02:00
lukaseder
61579c63f2 [#4292] Wrong emulation of "grand total" GROUP BY () clause in dialects that do not natively support them 2015-05-20 15:49:25 +02:00
lukaseder
474c29262b [#4287] Remove unused import org.jooq.Row in generated records 2015-05-19 18:12:10 +02:00
lukaseder
effc95547d [#4284] Add { Cursor | Record | RecordType | Result | Row | TableLike | UDT }.field(Name) to extract qualified fields from a row type 2015-05-15 14:55:44 +02:00
lukaseder
8ae756e6b7 [#4283] Plain SQL queries should read the ResultSetMetaData.getTableName() property if it is available, and produce DSL.field(Name) for better disambiguation 2015-05-15 13:47:19 +02:00
lukaseder
74d5c3a658 [#1350] Add support for the VERTICA database 2015-05-14 15:07:39 +02:00
lukaseder
c5fd658312 Fixed OSS edition compilation error 2015-05-13 07:43:37 +02:00
lukaseder
5d5be8c436 [#4281] Add support for MySQL's STRAIGHT_JOIN 2015-05-12 17:24:51 +02:00
lukaseder
c12cd2d939 [#4280] Document MySQL connector's fetchSize behaviour in ResultQuery.fetchSize() 2015-05-09 18:49:35 +02:00