[#1749] Workaround for Firebird issue
This commit is contained in:
parent
9607395fd3
commit
358fa06035
@ -140,7 +140,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T7
|
||||
|
||||
|
||||
Batch batch3 = create().batch(insertInto(TAuthor(), TAuthor_ID(), TAuthor_LAST_NAME())
|
||||
.values((Integer) null, null))
|
||||
.values((Integer) null, " "))
|
||||
.bind(8, "Gamma")
|
||||
.bind(9, "Helm")
|
||||
.bind(10, "Johnson");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user