mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 22:26:43 +02:00
PostgreReflector: removed version check (#381)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user