We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a0330 commit a8e43c2Copy full SHA for a8e43c2
src/Backports/ConnectionBackport.php
@@ -90,7 +90,7 @@ protected function escapeBool($value): string
90
*/
91
protected function escapeString($value): string
92
{
93
- return $this->getPdo()->quote($value);
+ return $this->getReadPdo()->quote($value);
94
}
95
96
/**
0 commit comments