mirror of
https://github.com/dg/dibi.git
synced 2025-08-07 06:36:44 +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)
|
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->driver = $driver;
|
||||||
$this->version = $version;
|
$this->version = $version;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user