mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Implemented RAII when modifying the stack before returning to sqrat inside SQLite module.
Also enabled the latest C++ revision in the project. Various other fixes and improvements.
This commit is contained in:
@ -325,6 +325,7 @@ void RegisterAPI(HSQUIRRELVM vm)
|
||||
.Func(_SC("Release"), &Column::Release)
|
||||
);
|
||||
|
||||
sqlns.Func(_SC("IsQueryEmpty"), &IsQueryEmpty);
|
||||
sqlns.Func(_SC("GetErrStr"), &GetErrStr);
|
||||
sqlns.Func(_SC("SetSoftHeapLimit"), &SetSoftHeapLimit);
|
||||
sqlns.Func(_SC("ReleaseMemory"), &ReleaseMemory);
|
||||
|
Reference in New Issue
Block a user