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
Remove the conditional inclusion check for list queries in the SQL template,
making them always generated. Update tests to reflect that ListUsers and other
list queries are now part of the default generated queries rather than opt-in.
Signed-off-by: Svetlin Ralchev <iamralch@users.noreply.github.com>
-- List{{table_name $.Table.Name"many"}}{{query_index $key}} retrieves a paginated list of rows from '{{$.Table.Name}}'{{if$key.Name}} filtered by {{$key.Name}}{{end}}.
0 commit comments