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
Describe the bug In Session/Handlers/DatabaseHandler.php in lines:
// Determine Database type $driver = strtolower(get_class($this->db)); if (strpos($driver, 'mysql') !== false) { $this->platform = 'mysql'; } elseif (strpos($driver, 'postgre') !== false) { $this->platform = 'postgre'; }
mysql/postgre should be compatibile with Database Classes (MySQLi/Postgre).
CodeIgniter 4 version CI 4.0.4
Affected module(s) Session
Expected behavior, and steps to reproduce if appropriate
Test shows that changins postgre to Postgre repair behavior.
Context
The text was updated successfully, but these errors were encountered:
need to more investigation
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In Session/Handlers/DatabaseHandler.php in lines:
mysql/postgre should be compatibile with Database Classes (MySQLi/Postgre).
CodeIgniter 4 version
CI 4.0.4
Affected module(s)
Session
Expected behavior, and steps to reproduce if appropriate
Test shows that changins postgre to Postgre repair behavior.
Context
The text was updated successfully, but these errors were encountered: