We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an incredibly generic error, but generally speaking you should
; , / ? : @ & = + $ #
The export you have called does not exist. This could be for a few reasons,
Download the latest release and ensure it is the first resource in your resource start order.
DECIMAL
Enable the decimalNumbers setting to change this behaviour; however this may result in loss of precision.
decimalNumbers
This option is disabled to prevent easy SQL injection (see https://forum.cfx.re/t/database-tables-are-deleted/4764756) due to poor practices (especially string concatenation and lack of sanitisation).
You can enable the option with multipleStatements, but we strongly suggest you don't.
multipleStatements
See #213.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unable to establish a connection
This is an incredibly generic error, but generally speaking you should
; , / ? : @ & = + $ #
No such export in resource oxmysql
The export you have called does not exist. This could be for a few reasons,
Download the latest release and ensure it is the first resource in your resource start order.
DECIMAL
types are returned as a stringEnable the
decimalNumbers
setting to change this behaviour; however this may result in loss of precision.Multiple statements cannot be executed in a single query
This option is disabled to prevent easy SQL injection (see https://forum.cfx.re/t/database-tables-are-deleted/4764756) due to poor practices (especially string concatenation and lack of sanitisation).
You can enable the option with
multipleStatements
, but we strongly suggest you don't.AUTH_SWITCH_PLUGIN_ERROR (auth_gssapi_client)
See #213.
The text was updated successfully, but these errors were encountered: