-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Labels
error-bugIssues causing application termination.Issues causing application termination.warning-bugIssues not causing scripts/routines to die/fail.Issues not causing scripts/routines to die/fail.
Description
@dpDesignz I been working on getting library updated for PHP 8, and discovered some errors show only up under it.
The tests for the Joins has issues that exists regardless of the PHP version.
In:
ezsql/tests/pdo/pdo_mysqlTest.php
Line 288 in 863c184
public function testJoins() |
ezsql/tests/pdo/pdo_pgsqlTest.php
Line 210 in 863c184
public function testJoins() |
ezsql/tests/pdo/pdo_sqliteTest.php
Line 239 in 863c184
public function testJoins() |
ezsql/tests/pdo/pdo_sqlsrvTest.php
Line 214 in 863c184
public function testJoins() |
The second tables created is not receiving any inserted data, it's going to first table only still, and should have failed, no test for real insertion check.
Metadata
Metadata
Assignees
Labels
error-bugIssues causing application termination.Issues causing application termination.warning-bugIssues not causing scripts/routines to die/fail.Issues not causing scripts/routines to die/fail.