Skip to content

Commit

Permalink
PostgreReflector: removed version check (dg#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuchar committed Dec 23, 2020
1 parent ca74488 commit 1a77048
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 1a77048

Please sign in to comment.