-
-
Notifications
You must be signed in to change notification settings - Fork 37
Postgresql / PDO Postgresql Driver issues on Windows #75
Copy link
Copy link
Closed
Description
Steps to reproduce the issue
Review AppVeyor tests in PR #72
Expected result
no Postgresql / PDO Postgresql driver issues on windows
Actual result
the following failures occurred with GetCollation() and GetVersion()
There were 4 failures:
1) Joomla\Database\Tests\DriverPgsqlTest::testGetCollation
224
Failed asserting that 'English_United States.1252' contains "UTF-8".
C:\projects\database\Tests\DriverPgsqlTest.php:224
2) Joomla\Database\Tests\DriverPgsqlTest::testGetVersion
465
Failed asserting that '9.4.7' is equal to <string:9.4.7,> or is greater than '9.4.7,'.
C:\projects\database\Tests\DriverPgsqlTest.php:465
3) Joomla\Database\Tests\DriverPostgresqlTest::testGetCollation
224
Failed asserting that 'English_United States.1252' contains "UTF-8".
C:\projects\database\Tests\DriverPostgresqlTest.php:224
4) Joomla\Database\Tests\DriverPostgresqlTest::testGetVersion
465
Failed asserting that '9.4.7' is equal to <string:9.4.7,> or is greater than '9.4.7,'.
C:\projects\database\Tests\DriverPostgresqlTest.php:465Additional comments
n/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels