[sqlite] Generated columns additional tests.

This commit is contained in:
go-jet 2024-02-04 18:45:48 +01:00
parent 71fb1c7cd1
commit 2eaa75345c
5 changed files with 16 additions and 12 deletions

View file

@ -183,8 +183,8 @@ RETURNING link.id AS "link.id",
BinaryOperator: 31,
CastOperator: "20",
LikeOperator: false,
// IsNull: true, //TODO: uncomment when sqlite driver updates to sqlite version > 3.40.1
CaseOperator: "unknown",
IsNull: true,
CaseOperator: "unknown",
})
requireLogged(t, stmt)
}