[#1370] Missing conversion when using unsafe Field<?> types in INSERT or
UPDATE statements
This commit is contained in:
parent
f842a60b73
commit
50d2625ed4
@ -348,6 +348,7 @@ extends BaseTest<A, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658, T725
|
||||
assertEquals("Kästner", author2.getValue(TAuthor_LAST_NAME()));
|
||||
|
||||
// [#1343] Conversion mustn't be done on jOOQ artefacts
|
||||
// [#1370] But be sure the arguments to .values() are correctly typed
|
||||
assertEquals(1,
|
||||
create().insertInto(TAuthor())
|
||||
.values(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user