1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-08 15:16:58 +02:00

- DibiPostgreDriver: schema is case-sensitive

- DibiTranslator: %n modifier can construct [table] AS t statements
This commit is contained in:
David Grudl
2009-02-02 17:50:02 +00:00
parent 5ecfaf7ab1
commit a5a1da19a7
4 changed files with 15 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ class DibiFluent extends DibiObject
/** @var array */
public static $modifiers = array(
'SELECT' => '%n',
'FROM' => '%n',
'IN' => '%l',
'VALUES' => '%l',
'SET' => '%a',