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
This issue has been reported before in this discussion: #1153 . The issue is current fstring implementation is incorrect for sqlite since there is no concat function. Instead, sqlite uses || as concat operator.
Given #873 have not reached a conclusion, I want to raise an issue and submit a fix for it.