Revision c477b9baad75c4e7f937b895d950c4cfea8de64f

Committed on 22/08/2012 2:28 am by André R. <andre.romcke@gmail.com> [GitHub Diff]

Optimize ezcDbHandler->quoteIdentifier()

quoteIdentifier is called lots of time during query building*,
this change tries to optimize how many function calls are done
and what kind of calls are done in the most common cases.

* profiling has reveled that this is a noticeable hot spot in the
  code in our case.