Update go-sqlite3 to version v1.14.16

This commit is contained in:
go-jet 2023-01-17 18:41:04 +01:00
parent ec2fa3cb93
commit 48b4725375
4 changed files with 6 additions and 6 deletions

View file

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