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
Allow in SELECT(...)
-"*"
-STAR (imported from sqlito.operators? or sqlito.queries.operators?)
-<table>.ALL (e.g., employees.ALL)
-*<table>.columns (should implicitly support this, but e.g. *employees.columns
Allow in SELECT(...)
-
"*"-
STAR(imported fromsqlito.operators? orsqlito.queries.operators?)-
<table>.ALL(e.g.,employees.ALL)-
*<table>.columns(should implicitly support this, but e.g.*employees.columnsto represent a wildcard.