Commit Graph

5710 Commits

Author SHA1 Message Date
lukaseder
a02484603c [#6527] Support START WITH .. CONNECT BY (reverse syntax order) 2017-08-28 13:37:38 +02:00
lukaseder
5067559c4a [#6530] Add runtime support for procedure calls with top-level %ROWTYPE parameter types in Oracle 2017-08-28 12:52:25 +02:00
lukaseder
2abecfc90d [#6532] Add UDT.isSynthetic() and UDTDefinition.isSynthetic() 2017-08-28 11:39:09 +02:00
lukaseder
eff0fe8c47 [#6531] Add support for Oracle OBJECT types nested in PL/SQL RECORD types 2017-08-28 11:29:14 +02:00
lukaseder
6a7322cfbc [#6529] Move generated PL/SQL RECORD types in a udt subpackage 2017-08-28 10:29:40 +02:00
lukaseder
492da2fb34 [#5996] Introduce new CustomTable constructors accepting Name 2017-08-25 11:41:10 +02:00
lukaseder
dd201f86a7 [#6517] JPADatabase should map JPA AttributeConverter types to generated jOOQ Converter 2017-08-24 12:37:36 +02:00
lukaseder
634d106196 [#6523] JPADatabase and H2Database should not generate any system sequences 2017-08-24 12:37:11 +02:00
lukaseder
b1a49eff15 [#6517] JPADatabase should map JPA AttributeConverter types to generated jOOQ Converter 2017-08-24 12:28:02 +02:00
lukaseder
563e7c7938 [#6522] Add JPAConverter to bridge between Converter and JPA's AttributeConverter 2017-08-24 12:15:12 +02:00
lukaseder
d9fd8aa172 [#6521] Upgrade the optional/provided JPA API dependency to 2.2 2017-08-24 11:56:34 +02:00
lukaseder
98a157219c [#6519] Improve JPA example by reusing a JPA AttributeConverter in jOOQ 2017-08-23 17:24:46 +02:00
lukaseder
47b099f63d [#6513] ClobBinding and BlobBinding don't correctly inline their bind values 2017-08-23 16:31:03 +02:00
lukaseder
d0db3215b1 [#6491] Add support for Oracle SYS_REFCURSOR IN OUT parameters 2017-08-23 15:54:51 +02:00
lukaseder
464693b3ca [#6495] Update manual's list of supported databases 2017-08-23 12:07:30 +02:00
Lukas Eder
90518b780c Create issue_template.md 2017-08-23 11:44:22 +02:00
lukaseder
714c63a527 [#6377] Removed outdated jOOQ-codegen-gradle example 2017-08-23 11:26:09 +02:00
lukaseder
e4e8d0a8f1 [#6488] WIDTH_BUCKET also available in PostgreSQL 2017-08-23 11:25:31 +02:00
lukaseder
a8401f1644 [#6493] XMLDatabase doesn't work when dialect is not a SQLDialect.family() 2017-08-23 11:24:00 +02:00
lukaseder
a8b8b9aa1f [#6488] Add support for Oracle's WIDTH_BUCKET() function 2017-08-04 11:16:47 +02:00
lukaseder
3a3cd95d47 [#5955] Supported additional quote sequences 2017-08-04 10:19:05 +02:00
lukaseder
b5f07a6d43 [#6487] Add DSL.groupId() 2017-08-04 10:05:48 +02:00
lukaseder
7dcbc9c916 Java 6 compilation errors 2017-08-03 17:07:30 +02:00
lukaseder
9632aa233a Java 6 compilation errors 2017-08-03 16:32:51 +02:00
lukaseder
7041a664c5 Java 6 compilation errors 2017-08-03 16:24:20 +02:00
lukaseder
8ce5ff524e Java 6 compilation errors 2017-08-03 16:23:46 +02:00
lukaseder
63f3278d77 Java 6 compilation errors 2017-08-03 16:11:42 +02:00
lukaseder
458b17b60c [#6472] Derby supports this syntax as well 2017-08-03 14:02:51 +02:00
lukaseder
29d4ffd3d9 [#6471] Improve manual section about LOBs 2017-08-03 11:47:52 +02:00
lukaseder
f29c950c6b [#3805] Emulation for DB2 2017-08-03 11:46:31 +02:00
lukaseder
5ec12489ec [#6472] DB2 and HSQLDB support this syntax as well 2017-08-03 11:44:05 +02:00
lukaseder
ccdca97d56 [#6478] Typo in DSLContext.fetchCount() and error in DSLContext.fetchExists() Javadoc 2017-08-01 20:46:01 +02:00
lukaseder
5251edbc95 [#6463] Throw exception when on bind variable placeholder / value mismatch 2017-07-31 21:23:30 +02:00
lukaseder
caad597b5c [#6463] Add bind variable capability to Parser API 2017-07-31 21:08:00 +02:00
lukaseder
22b466bff9 [#6471] Improve manual section about LOBs 2017-07-31 20:19:39 +02:00
lukaseder
aeddb886f7 [#6472] H2 supports this too 2017-07-31 20:10:19 +02:00
lukaseder
d83db4d52b [#6472] Add support for ALTER TABLE .. ALTER COLUMN .. { SET | DROP } NOT NULL 2017-07-31 16:02:01 +02:00
lukaseder
9b180d7b14 [#5955] Added support for parsing ALTER COLUMN 2017-07-31 15:29:22 +02:00
lukaseder
0ec191b973 [#3805] Emulation of repeatable nullability changes for Oracle 2017-07-31 15:07:15 +02:00
lukaseder
fe9cdba3d1 [#3805] ALTER TABLE .. ALTER TYPE .. NULL / NOT NULL doesn't work on some databases 2017-07-31 14:05:36 +02:00
lukaseder
3cf9dbcb40 [#6473] Add DataType.nullable(Nullability) to support a three valued nullable flag 2017-07-31 13:38:57 +02:00
lukaseder
2a2774d7d3 [#6473] Add DataType.nullable(Nullability) to support a three valued nullable flag 2017-07-31 13:29:38 +02:00
lukaseder
2ca698a3f4 [#6466] Regression after refactoring 2017-07-28 17:00:52 +02:00
lukaseder
8a082cd6dd [#6467] Manual erroneously claims that routine / udt / table / sequence generation cannot be deactivated 2017-07-28 16:17:35 +02:00
lukaseder
ffa837fbb9 Release 3.9.5 2017-07-28 14:49:21 +02:00
lukaseder
f01e1a09de [#6468] Add DSLContext.fetchSingle() to return exactly one record 2017-07-28 14:49:02 +02:00
lukaseder
00798dbfb7 [#6363] Stop using deprecated API 2017-07-28 12:20:04 +02:00
lukaseder
c0ca2539b7 [#5411] Add support for ResultQuery.fetchSingle(), which returns exactly one record 2017-07-28 12:07:19 +02:00
lukaseder
a6464beb23 [#6466] Support fetching HSQLDB arrays from plain SQL results 2017-07-28 11:06:53 +02:00
lukaseder
f11efe02b4 [#6465] Add no-args constructor to some exceptions 2017-07-27 11:06:03 +02:00