Skip to content

Commit

Permalink
PostgreReflector: removed version check (dg#381)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1a77048)
  • Loading branch information
jkuchar authored and Jakub-Fajkus committed Feb 9, 2022
1 parent 818777d commit 8cb09bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Dibi/Drivers/PostgreReflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ class PostgreReflector implements Dibi\Reflector

public function __construct(Dibi\Driver $driver, string $version)
{
if ($version < 7.4) {
throw new Dibi\DriverException('Reflection requires PostgreSQL 7.4 and newer.');
}
$this->driver = $driver;
$this->version = $version;
}
Expand Down

0 comments on commit 8cb09bc

Please sign in to comment.