1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Preserve and return to the user any error message returned by a failed xConnect() call on an eponymous virtual table that prevents a query from being compiled.

FossilOrigin-Name: bbbbeb59a6a14b94dcbaf218cbcfbd39feba4a1df5b37c0e1a955391393eeec4
This commit is contained in:
dan
2021-07-08 18:29:25 +00:00
parent 77ea22300b
commit bd24e8faa3
5 changed files with 17 additions and 13 deletions

View File

@@ -323,5 +323,8 @@ do_test 4.1 {
]
]
do_catchsql_test 5.0 {
SELECT * FROM tcl('abc');
} {1 {wrong number of arguments}}
finish_test