This update resolves some compatibility issues and adds support for a requested feature from #140.
set mysql_debug [
"ox_core",
"ox_inventory"
]
Using the above, instead of set mysql_debug true
, will only print to console for the specified resources. You can still use true for all resources.
You can also adjust the debug list during runtime with the following.
oxmysql_debug remove ox_core
oxmysql_debug add ox_core
These changes are not persistent, so restarting the resource will default to the entries set by the convar.
Features
- config: add command to modify mysql_debug (Linden)
Bug Fixes
- utils: named placeholders check (Linden)
- update: correct semver comparison (Linden)
- utils/parseArguments: check parameter truthiness (Linden)
Code Refactoring
- move connectionOptions to config (Linden)