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
quoteIdentifier() accepts optional second segment for dot-qualified
identifiers (table.column), cached as a single lookup. Identifier::render()
and Columns::toSql() collapse to one call per identifier — eliminates
per-segment loops, array allocations, and implode calls.
Inline decorator dispatch directly in Select/Update/Delete buildSqlString
instead of routing through SqlProcessor::prepare(), avoiding virtual dispatch
overhead on the hot path.
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
0 commit comments