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:
@@ -323,5 +323,8 @@ do_test 4.1 {
|
||||
]
|
||||
]
|
||||
|
||||
do_catchsql_test 5.0 {
|
||||
SELECT * FROM tcl('abc');
|
||||
} {1 {wrong number of arguments}}
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user