lukaseder
bb0613167b
[ #4617 ] NullPointerException when calling UniqueKey.getReferences() in MySQL
2015-10-08 09:32:02 +02:00
lukaseder
b2322bfcb1
[ #4614 ] Wrong data type reported on org.jooq.Meta by dialect of a family with multiple dialects
2015-10-07 18:34:38 +02:00
lukaseder
5f371fa7b2
[ #4593 ] Improper Resource Shutdown or Release in LoaderImpl
2015-10-07 14:12:17 +02:00
lukaseder
567de0a66e
[ #4592 ] Improper Restriction of XML External Entity References ('XXE') in XMLasDOMBinding
2015-10-07 13:21:33 +02:00
lukaseder
c52c061b3a
[ #4403 ] Revert erroneous fix
2015-10-07 13:13:43 +02:00
lukaseder
8257737d2e
[ #4431 ] Add an about file to the deliverable, as specified in the transfer of rights agreement
2015-10-07 12:44:32 +02:00
lukaseder
2b2dcf5aa8
[ #4597 ] Log warning when <forcedType/> doesn't have any matching SQLDataType or <customType/>
2015-10-07 11:49:38 +02:00
lukaseder
5454fdbd0d
Fixed warnings
2015-10-07 11:16:11 +02:00
lukaseder
7c90344ec5
[ #1206 ] Add the "LEFT" prefix to "LEFT { SEMI | ANTI } JOIN"
2015-10-07 10:16:33 +02:00
lukaseder
41520f54fa
[ #1206 ] Add the "LEFT" prefix to "LEFT { SEMI | ANTI } JOIN"
2015-10-06 15:31:51 +02:00
lukaseder
cfe518cd5b
[ #4591 ] .zip deliverable should contain a project folder inside of the .zip file
2015-10-06 10:32:35 +02:00
lukaseder
6fb24db702
Use implicit classes instead of existing solutions for Conversions
2015-10-06 10:24:02 +02:00
lukaseder
abbbdba4d9
[ #4600 ] Add support for plain SQL APIs via Scala string interpolation
2015-10-06 10:07:01 +02:00
lukaseder
cfe3013af9
[ #4594 ] Add DSLContext.query(SQL) etc
2015-10-03 14:30:57 +02:00
lukaseder
10ec93e0ec
[ #4588 ] NullPointerException when a TABLE OF OBJECT contains a NULL object
2015-09-29 16:39:16 +02:00
lukaseder
14edfc473e
[ #884 ] ARRAY's and UDT's are not correctly inlined when rendering inlined SQL
2015-09-29 16:24:46 +02:00
lukaseder
17c7998e9b
[ #4306 ] ArrayRecord doesn't correctly implement runtime schema mapping for Oracle
2015-09-29 16:01:25 +02:00
lukaseder
4d53f2fa1b
[ #4587 ] Add Schema ArrayRecord.getSchema()
2015-09-29 15:04:13 +02:00
lukaseder
4433a22a40
Release 3.6.4
2015-09-29 15:00:10 +02:00
lukaseder
eb11e51091
Avoid ambiguity with the internal org.jooq.impl.Array type.
2015-09-29 14:59:29 +02:00
lukaseder
83d3da12eb
Fixed erroneous namespace declaration
2015-09-29 09:48:28 +02:00
lukaseder
c8dd018f64
[ #4575 ] SQL comments with javadoc terminators break generated code
2015-09-27 12:29:19 +02:00
lukaseder
ac0e19131c
[ #4576 ] JavaWriter uses regex syntax unsupported in Java <1.8
2015-09-27 11:50:46 +02:00
lukaseder
0dd7038b05
[ #4579 ] Unnecessary log messages when a PostgreSQL database contains tables with multiple inheritance
2015-09-27 11:18:12 +02:00
lukaseder
c1e28aa322
Added an empty /javadoc dir for Maven Central compliance
2015-09-20 15:15:39 +02:00
lukaseder
e3842cf32e
Release 3.6.3
2015-09-20 15:15:16 +02:00
lukaseder
4f51cb6071
[ #4476 ] Issue a warning when Record.field(Field) runs into ambiguous columns
2015-09-20 15:15:02 +02:00
lukaseder
71f997c268
Updated PostgreSQL JDBC driver version
2015-09-18 10:07:53 +02:00
lukaseder
c6a2c1936b
[ #4569 ] Manual (and examples) refers to deprecated DefaultGenerator
2015-09-17 13:41:04 +02:00
lukaseder
c2a31bf0c7
[ #3082 ] Fixed mapping of nested collections / arrays
2015-09-17 13:40:27 +02:00
lukaseder
cf92bf2979
[ #4557 ] ExceptionTranslator in spring examples shouldn't use dialect.name() for SQLErrorCodeSQLExceptionTranslator
2015-09-16 20:48:15 +02:00
lukaseder
248fa38cc6
[ #4566 ] Various fixes
2015-09-16 20:09:08 +02:00
lukaseder
3277df1fca
[ #4133 ] Typo
2015-09-16 20:08:54 +02:00
lukaseder
d2db1503d7
[ #3082 ] Don't import generated interfaces if there are no generated interfaces
2015-09-16 19:04:41 +02:00
lukaseder
fb2f776057
[ #3082 ] Let generated POJOs reference Java array types, instead of ArrayRecords
2015-09-16 18:53:21 +02:00
lukaseder
0085880122
[ #4566 ] Let ArrayRecord<E> extend List<E>
2015-09-16 18:50:19 +02:00
lukaseder
f1cd6cead7
[ #4567 ] Import also nested generic types of generated code
2015-09-16 17:05:11 +02:00
lukaseder
7c4df876c1
[ #4562 ] Moved suggested implementation from GenerationUtil to DefaultGeneratorStrategy
2015-09-16 15:36:34 +02:00
Lukas Eder
02a27e7336
Merge pull request #4562 from begray/master
...
Do not escape dot in table names during code generation, but use capital case after it
2015-09-16 15:21:35 +02:00
lukaseder
d3f8479650
[ #4565 ] Add Optional support to org.jooq.tools.Convert
2015-09-16 14:53:46 +02:00
lukaseder
07616fde82
For technical reasons, we're no longer publishing unit tests on GitHub. Please ask contact@datageekery.com should you need to continue accessing these tests. Note that these tests cover only 1% of jOOQ functionality, which is mostly tested via closed-source integration tests
2015-09-16 14:35:37 +02:00
lukaseder
518d971ed4
[ #4563 ] Incorrect Javadoc on DefaultRecordMapper claims that only public members / methods are considered
2015-09-16 14:25:39 +02:00
Vladimir Vinogradov
e286fbb143
do not escape dot in names, but use capital case after it
2015-09-16 12:20:11 +03:00
lukaseder
85a296620d
[ #4554 ] [ #4555 ] Fix this also for executeStatic()
2015-09-16 10:40:00 +02:00
Lukas Eder
88e1ad26ae
Merge pull request #4555 from BrentDouglas/fix/4554
...
[#4554 ] Ensure batches are sent
2015-09-16 09:54:51 +02:00
lukaseder
2ab84244cd
[ #4403 ] A Field's coerced data type is not taken into account when calling Result.intoMap(Field, Class)
2015-09-15 15:50:28 +02:00
Brent Douglas
ceb11a6883
[ #4554 ] Ensure batches are sent
...
Due to overlap in the method prototypes of `DSLContext#batch(Query)` and
`DSLContext#batch(Query...)` calls intended to invoke the later with a
single argument actually invoke the former. To solve this we check if
`BatchBindStep#bind` was subsequently called and, if not, proceed as if
the var args version was called.
2015-09-15 15:49:09 +02:00
lukaseder
be6f0be93f
[ #4552 ] Add DSLContext.connection(ConnectionRunnable)
2015-09-15 08:46:34 +02:00
lukaseder
f39fa00c77
[ #4553 ] Add @FunctionalInterface annotation to all relevant callback types
2015-09-15 08:24:20 +02:00
lukaseder
ddf0836f2a
[ #4547 ] Package is not generated when an exception is thrown
2015-09-14 18:50:49 +02:00