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
Normalize table names consistently in all assignment sites
For consistency, all $this->table_name assignments now go through
normalize_column_name(). While ->value is typically already unquoted
by the lexer, this makes the code easier to reason about without
needing to know that detail.
0 commit comments