18 Feb
2008
18 Feb
'08
5:31 p.m.
First of all, quota all potential reserved word with [ ] (since it is a pair up token, easy for regex), and further more replace it as DB specific delimited identifiers within each driver implementation.
If we go that route, I suggest using `` over []. As you said, backticks are the MySQL quotes and since 90% of all Drupal sites use MySQL it seems straightforward to use that method. Konstantin