Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

v1.1.0 - backward compatibility

Choose a tag to compare

@dunak-debug dunak-debug released this 11 Sep 01:45
· 507 commits to main since this release
  • Backward compatibility for mysql-async/ghmattimysql syntax of queries.

exports.oxmysql.single('SELECT * FROM users WHERE identifier = @identifier, {
  ['@identifier'] = xPlayer.identifier
}
  • mysql_debug true/false convar will enable more specific logging of queries and parameters.