mirror of
https://github.com/dg/dibi.git
synced 2025-08-03 20:57:36 +02:00
DibiTranslator: fixed usage of modifier ?
This commit is contained in:
@@ -27,4 +27,4 @@ dibi::connect(array(
|
||||
));
|
||||
|
||||
|
||||
Debugger::barDump( dibi::fetchAll('SELECT * FROM customers WHERE customer_id < %i', 38), '[customers]' );
|
||||
Debugger::barDump( dibi::fetchAll('SELECT * FROM customers WHERE customer_id < ?', 38), '[customers]' );
|
||||
|
Reference in New Issue
Block a user