mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
First code for the new callback-free API. All regression tests pass but the
new API is mostly untested and is unlikely to work. (CVS 852) FossilOrigin-Name: 065fa818ffc8d7562889172acea16e4e44e773ef
This commit is contained in:
@ -36,7 +36,6 @@ do_test trigger3-1.1 {
|
||||
INSERT INTO tbl VALUES (1, 5, 6);
|
||||
}
|
||||
} {1 {Trigger abort}}
|
||||
|
||||
do_test trigger3-1.2 {
|
||||
execsql {
|
||||
SELECT * FROM tbl;
|
||||
|
Reference in New Issue
Block a user