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 157e9e3 commit 8784e72Copy full SHA for 8784e72
src/Postgresql/PostgresqlDriver.php
@@ -807,7 +807,7 @@ public function execute()
807
{
808
// Get the error number and message.
809
$this->errorNum = (int) pg_result_error_field($this->cursor, PGSQL_DIAG_SQLSTATE) . ' ';
810
- $this->errorMsg = pg_last_error($this->connection) . "\nSQL=$sql";
+ $this->errorMsg = pg_last_error($this->connection);
811
812
// Throw the normal query exception.
813
$this->log(
0 commit comments