From 38c58edc644a5670cc9419de80625f86a5e8e331 Mon Sep 17 00:00:00 2001 From: jroitgrund Date: Mon, 10 Oct 2016 10:28:04 +0100 Subject: [PATCH 1/5] Spelling --- _includes/sqlstyle.guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sqlstyle.guide.md b/_includes/sqlstyle.guide.md index 03ec8b7..71bd29c 100644 --- a/_includes/sqlstyle.guide.md +++ b/_includes/sqlstyle.guide.md @@ -33,7 +33,7 @@ Based on a work at [http://www.sqlstyle.guide][self]. * Keep code succinct and devoid of redundant SQL—such as unnecessary quoting or parentheses or `WHERE` clauses that can otherwise be derived. * Include comments in SQL code where necessary. Use the C style opening `/*` and - closing `*/` where possible otherwise preceed comments with `--` and finish + closing `*/` where possible otherwise precede comments with `--` and finish them with a new line. ```sql From 85b31703ba04af416b9fa762272ade8bd9fed670 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Tue, 11 Oct 2016 12:48:07 +1000 Subject: [PATCH 2/5] Links to discussions and contrib links to footer --- _includes/foot.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/_includes/foot.html b/_includes/foot.html index e68d47a..4f59b9e 100644 --- a/_includes/foot.html +++ b/_includes/foot.html @@ -1,11 +1,28 @@ \ No newline at end of file + From 3dd55b7848961be4b121fe0cff9acafbb95a631a Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Thu, 13 Oct 2016 15:05:27 +1000 Subject: [PATCH 3/5] Add two new projects to known implementers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4c04d6..d4f7ed3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ If your project uses this styleguide and you'd like to be mentioned in this read please open a pull request adding it below in alphabetical order with a URL and short description. +* [BEdita](https://github.com/bedita/bedita) - a Symfony based PHP CMF +* [SQLQuery.jl](https://github.com/yeesian/SQLQuery.jl) - A Julia lang package for representing sql queries, and converting them to valid SQL statements * [Stock Talk](https://github.com/nigelgilbert/stock-talk) - a realtime dashboard that displays the stock data of the most Tweeted Nasdaq companies. ## Notable forks of the guide From 58df2edb5ed0b23e03939467bf02920d01fbb2cd Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Mon, 12 Dec 2016 15:37:08 +1000 Subject: [PATCH 4/5] Add note about misconceptions article URL --- _includes/foot.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_includes/foot.html b/_includes/foot.html index 4f59b9e..1f08f07 100644 --- a/_includes/foot.html +++ b/_includes/foot.html @@ -14,6 +14,11 @@ of course Twitter if you want to have your say.

+

+ I have attempted to answer most of the frequently asked questions and held misconceptions in a blog post + entitled "SQL style + guide misconceptions" please have a read. +

Please do open issues or pull requests for any errors you may find in the guide and help me to improve it.

From 9f1024dfab8902469ca6cd2987e31edc3e26efaa Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Tue, 13 Dec 2016 12:02:46 +1000 Subject: [PATCH 5/5] Update the licence file with the correct contact details --- LICENCE | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/LICENCE b/LICENCE index 336bdb9..aa3f36d 100644 --- a/LICENCE +++ b/LICENCE @@ -1,7 +1,5 @@ SQL style guide (c) by Simon Holywell -SQL style guide is licensed under a -Creative Commons Attribution-ShareAlike 4.0 International License. - -You should have received a copy of the license along with this -work. If not, see . \ No newline at end of file +This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter +to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.