Fixed integration test for Oracle

This commit is contained in:
Lukas Eder 2014-08-12 12:22:39 +02:00
parent 7136d47944
commit b4e4103be2

View File

@ -1021,7 +1021,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T7
MergeFinalStep<A> q =
create().mergeInto(TAuthor())
.using(select(f, l))
.on(TAuthor_LAST_NAME().equal(l))
.on(TAuthor_ID().eq(3))
.whenMatchedThenUpdate()
.set(TAuthor_FIRST_NAME(), "James")
.set(TAuthor_LAST_NAME(), "Dean")