Skip to content

Commit

Permalink
fixup! setAttribute PDO::ATTR_STRINGIFY_FETCHES, true
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 14, 2021
1 parent 9ff3f8f commit d5a2c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/SqlQueryModuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use Aura\Sql\ExtendedPdoInterface;
use Aura\Sql\PdoInterface;
use InvalidArgumentException;
use PDO;
use PHPUnit\Framework\TestCase;
use Ray\Di\AbstractModule;
use Ray\Di\Injector;
Expand Down
1 change: 1 addition & 0 deletions tests/SqlQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace Ray\Query;

use Aura\Sql\ExtendedPdo;
use PDO;
use PHPUnit\Framework\TestCase;

use function file_get_contents;
Expand Down

0 comments on commit d5a2c9a

Please sign in to comment.