lukaseder
|
aab5d07ca1
|
[#6575] Enhance plain SQL templating language documentation with parsing rules
|
2017-09-19 12:42:03 +02:00 |
|
lukaseder
|
c171288cb0
|
[#6584] Improve DSLContext.batchStore() Javadoc, indicating that it does not execute MERGE / UPSERT semantics
|
2017-09-19 11:22:10 +02:00 |
|
lukaseder
|
80f59e17ad
|
[#6072] Add code generation flag to configure whether generated Records should implement Record[N]
|
2017-09-08 17:10:19 +02:00 |
|
lukaseder
|
28c179b45f
|
[#6574] "A constant expression was encountered in the ORDER BY list" when calling Field.sortAsc() with empty parameter list on SQL Server
|
2017-09-08 15:07:40 +02:00 |
|
lukaseder
|
21a44662aa
|
[#6571] Trigger generated errors are not fetched through jOOQ's plain SQL API
|
2017-09-08 14:03:54 +02:00 |
|
lukaseder
|
c4c5a1581d
|
[#6567] Support using org.jooq.impl.EnumConverter as a <converter> configuration
|
2017-09-07 18:59:23 +02:00 |
|
lukaseder
|
8b1008130f
|
[#6563] Result.formatJSON() does not correctly format array types
|
2017-09-06 21:38:18 +02:00 |
|
lukaseder
|
c371d81eec
|
[#6561] Manual section about optimistic locking has invalid code
|
2017-09-05 18:10:21 +02:00 |
|
lukaseder
|
d1d6e280a9
|
[#6557] Error in Record.compareTo(...) Javadoc
|
2017-09-05 09:11:19 +02:00 |
|
lukaseder
|
7caedb1652
|
[#6536] Generated deprecation doesn't work on function / procedure convenience methods
|
2017-08-31 23:27:48 +02:00 |
|
lukaseder
|
6321f8060f
|
[#6545] Support formatting of multi dimensional arrays in Result.format()
|
2017-08-31 11:35:30 +02:00 |
|
lukaseder
|
b7357ee60a
|
[#6543] Improved example entitie
|
2017-08-31 10:38:42 +02:00 |
|
lukaseder
|
7b77a24331
|
[#6537] NullPointerException in AbstractRecord.intern0()
|
2017-08-29 10:39:20 +02:00 |
|
lukaseder
|
181c5aa0d7
|
[#6007] Bad formatting of CASE WHEN EXISTS expressions
|
2017-08-28 18:16:37 +02:00 |
|
lukaseder
|
5af63ad3c4
|
[#6533] Add support for PL/SQL BOOLEAN types inside of PL/SQL RECORD types
|
2017-08-28 17:44:28 +02:00 |
|
lukaseder
|
ac99f8112b
|
[#6534] Add Name.append(String) and append(Name)
|
2017-08-28 17:23:42 +02:00 |
|
lukaseder
|
d2f72e98e6
|
[#6525] Fixed NPE
|
2017-08-28 16:24:24 +02:00 |
|
lukaseder
|
b2e81d227a
|
[#6525] Add Setting for formatting options
|
2017-08-28 14:50:36 +02:00 |
|
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 |
|