[#1749] Workaround for Firebird issue

This commit is contained in:
Lukas Eder 2014-05-07 18:02:59 +02:00
parent 9607395fd3
commit 358fa06035

View File

@ -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");