We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When not using #18 and returning objects, we should force aliases against expressions that are not names or identifiers.
E.g.,
SELECT count(*) FROM foo
count(*) should be aliased rather than keyed as count(*)
count(*)