mirror of
https://github.com/dg/dibi.git
synced 2025-08-07 22:56:35 +02:00
Driver's reflection capabilities moved to IDibiReflector
This commit is contained in:
@@ -127,7 +127,7 @@ class DibiFluent extends DibiObject implements IDataSource
|
||||
$this->command = $clause;
|
||||
}
|
||||
|
||||
// auto-switch to a clause
|
||||
// auto-switch to a clause
|
||||
if (isset(self::$clauseSwitches[$clause])) {
|
||||
$this->cursor = & $this->clauses[self::$clauseSwitches[$clause]];
|
||||
}
|
||||
|
Reference in New Issue
Block a user