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
Fix QueryBuilder objects being parameterized instead of inlined in t-strings
When interpolating a QueryBuilder into a regular t-string (e.g., as a subquery),
it was incorrectly treated as a parameter instead of being inlined as SQL.
Added proper handling in _sqlize() to detect objects with to_tsql() method
and inline their SQL parts, matching behavior in as_values() and as_set().
0 commit comments