1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-15 00:22:34 +02:00
Files
php-dibi/dibi
Miloslav Hůla 0ebe7ad84f DibiMsSql2005Driver: fixed identifier escaping
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'
2013-04-10 12:08:11 +02:00
..
2012-12-04 14:15:32 +01:00