From 0da9d65d3eeafceaa2100d5d8627018b38cbcbda Mon Sep 17 00:00:00 2001 From: pedrocarlo Date: Tue, 10 Jun 2025 12:07:24 -0300 Subject: [PATCH] test --- testing/update.test | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testing/update.test b/testing/update.test index a0719e042..2bfbc40e4 100755 --- a/testing/update.test +++ b/testing/update.test @@ -185,3 +185,11 @@ do_execsql_test_on_specific_db {:memory:} update_index_regression_test { 1 2 2} + +do_execsql_test_on_specific_db {:memory:} update_where_or_regression_test { + CREATE TABLE t (a INTEGER); + INSERT INTO t VALUES (1), ('hi'); + UPDATE t SET a = X'6C6F76656C795F7265766F6C74' WHERE ~ 'gorgeous_thropy' OR NOT -3830873834.233324; + SELECT * from t; +} {lovely_revolt +lovely_revolt}