Commit db3c0c9
committed
test: add tests for JS error handling in SQL functions
Added test cases to verify that SQL queries invoking JavaScript code with undefined objects or syntax errors correctly return SQLITE_ERROR. This improves coverage for error handling in js_eval and js_create_window functions.1 parent 6ab5daa commit db3c0c9
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
231 | 237 | | |
232 | 238 | | |
233 | 239 | | |
| |||
0 commit comments