DB2 has its ways... Go figure. Out of temporary table space because of

3-4 bind variables in a UNION
This commit is contained in:
Lukas Eder 2012-12-20 18:15:59 +01:00
parent 5f8635908a
commit 007c35529a

View File

@ -437,10 +437,10 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T725,
// Add a dummy union, as a compile-time type-check
.union(
select(
val("abc"),
val(1),
val(1))
.where(val(1).eq(val(0))))
inline("abc"),
inline(1),
inline(1))
.where(inline(1).eq(inline(0))))
// Another dummy union as a compile-time type-check
.union(create()