You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace sentinel bytes with direct quote-char properties
Remove the sentinel indirection (\x01/\x02 bytes + strtr at boundaries)
and instead quote identifiers directly using $qo/$qc/$qs properties on
the renderer, initialized from the platform in init().
Same performance benefit (no platform->quoteIdentifier calls, no
identifier cache) with simpler code and zero post-processing.
0 commit comments