mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
* support for sequence name in dibi::insertId() & DibiPostgreDriver::insertId()
* implemented DibiPostgreDriver::insertId() * implemented DibiPostgreDriver::delimite()
This commit is contained in:
@@ -41,5 +41,5 @@ FROM [customers]
|
||||
WHERE
|
||||
%if', isset($name), '[name] LIKE %s', $name, '
|
||||
%if', $cond2, 'AND [admin]=1 %end
|
||||
%else LIMIT 10 %end'
|
||||
%else 1 LIMIT 10 %end'
|
||||
);
|
||||
|
Reference in New Issue
Block a user