duckdb / community-extensions

https://duckdb.org/community_extensions
147 stars 27 forks source link

Format example queries in community extension descriptors #151

Closed szarnyasg closed 1 month ago

szarnyasg commented 1 month ago

This PR applies some basic SQL formatting on the example queries. Chief among these is the consistent use of capitalization of SQL keywords: while many capitalize SELECT, they do not do so for FROM, AS, JOIN, etc.

carlopi commented 1 month ago

Thanks a lot!