mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-22 12:47:13 +01:00
Update SQLite library to version 3.28.0.
This commit is contained in:
parent
1f27146e6c
commit
11f756ba20
34543
external/SQLite/sqlite3.c
vendored
34543
external/SQLite/sqlite3.c
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -139,7 +139,7 @@ inline SQInteger OverloadConstructionForwarder(HSQUIRRELVM vm) {
|
||||
#if !defined (SCRAT_NO_ERROR_CHECKING)
|
||||
if (SQ_FAILED(sq_get(vm, 1))) {
|
||||
sq_settop(vm, top); // keep the stack size intact
|
||||
return sq_throwerror(vm, _SC("wrong number of parameters"));
|
||||
return sq_throwerrorf(vm, _SC("wrong number of parameters. no such constructor overload: `%s`"), overloadName.data());
|
||||
}
|
||||
#else
|
||||
sq_get(vm, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user