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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
That would avoid stringly typed Vari - it would mean we have to use printIdent rather than accidentally printing the plain string anywhere, and would also allow us to use that type instead of VM.Var in SlamData (currently we use VM.Var in most places involving SQL & varmap vars but then unwrap to a plain string when generating SQL 😕)
The text was updated successfully, but these errors were encountered:
That would avoid stringly typed
Vari
- it would mean we have to useprintIdent
rather than accidentally printing the plain string anywhere, and would also allow us to use that type instead ofVM.Var
in SlamData (currently we useVM.Var
in most places involving SQL & varmap vars but thenunwrap
to a plain string when generating SQL 😕)The text was updated successfully, but these errors were encountered: