mirror of
https://github.com/dg/dibi.git
synced 2025-09-15 00:22:34 +02:00
Annoted link to MS SQL doc does not talk about open bracket '[' escaping, only closing bracket ']'. dibi::query('CREATE TABLE %n (id INT)', 'abc[]def'); - old: creates table 'abc[[]def' - new: creates table 'abc[]def'