Parameter inference misses $2 in arithmetic expression
UPDATE users
SET license = license + ($2 * 86400)
WHERE user_id_tg = $1
RETURNING id;
Generated type contains only one parameter.
export type SubscriptionUpdateQueryParams = [string];
I think these issues are connected #273
Parameter inference misses $2 in arithmetic expression
Generated type contains only one parameter.
I think these issues are connected #273