@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:
|
public function testJoins() |
|
public function testJoins() |
|
public function testJoins() |
|
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.
@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
ezsql/tests/pdo/pdo_pgsqlTest.php
Line 210 in 863c184
ezsql/tests/pdo/pdo_sqliteTest.php
Line 239 in 863c184
ezsql/tests/pdo/pdo_sqlsrvTest.php
Line 214 in 863c184
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.