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
@porsager / @maxcbc this caused a pretty serious regression, i.e. all sql calls within sql.begins are now broken:
sql.begin(async (sql) => {
await sql`my query`; // <== error here:
// TS2349: This expression is not callable.
// Type TransactionSql<{}> has no call signatures.
});