alxndr commented on PR #347: URL: https://github.com/apache/age-website/pull/347#issuecomment-3070187509
@jrgemignani I've just updated the PR description: > In the `Using Cypher with '='` section, the first example shows a result table with the columns "name" and "age", however the SQL snippet is only selecting `t.name`. > This PR updates the `SELECT` clause on 139 to include `t.age`. > I also noticed that most of the SQL terms in the examples are capitalized, except for "AS" in many places, and some instances of "WHERE" and "IN". This PR capitalizes the instances of "as" to match the capitalization of the other terms. > Finally there are some minor changes to indentation and linebreaks in order to be consistent across SQL examples. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org