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
joomla/joomla-cms@0da37c6
Per here - we probably want to use debug monitor somehow to disable the query cache. Alternatively in the CMS Level we just use the Connect Event to do this. Not exactly sure what is more logical https://github.com/joomla-framework/database/blob/2.0-dev/src/Mysqli/MysqliDriver.php#L237
The text was updated successfully, but these errors were encountered:
Best practice would be to use the POST_CONNECT event to deal with it at the application level.
POST_CONNECT
Sorry, something went wrong.
No branches or pull requests
joomla/joomla-cms@0da37c6
Per here - we probably want to use debug monitor somehow to disable the query cache. Alternatively in the CMS Level we just use the Connect Event to do this. Not exactly sure what is more logical https://github.com/joomla-framework/database/blob/2.0-dev/src/Mysqli/MysqliDriver.php#L237
The text was updated successfully, but these errors were encountered: