mirror of
https://github.com/dg/dibi.git
synced 2025-07-31 19:30:30 +02:00
DibiTranslator: fixed usage of modifier ?
This commit is contained in:
@@ -28,4 +28,4 @@ dibi::connect(array(
|
||||
|
||||
|
||||
// throws error because SQL is bad
|
||||
dibi::query('SELECT FROM customers WHERE customer_id < %i', 38);
|
||||
dibi::query('SELECT FROM customers WHERE customer_id < ?', 38);
|
||||
|
Reference in New Issue
Block a user