1
0
Fork 0

Merge pull request #9436 from nupplaphil/task/test_notices

Fix notices/deprecation notes/wrong calls in "test" directory
This commit is contained in:
Hypolite Petovan 2020-10-19 07:26:16 -04:00 committed by GitHub
commit 5232a8583f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
95 changed files with 1622 additions and 1751 deletions

View file

@ -58,6 +58,7 @@ class Database
protected $connection;
protected $driver;
protected $emulate_prepares = false;
protected $pdo_emulate_prepares = false;
private $error = false;
private $errorno = 0;
private $affected_rows = 0;