Skip to content

Commit

Permalink
Merge pull request treffynnon#49 from treffynnon/dev-issue-48-column-…
Browse files Browse the repository at this point in the history
…naming-violation

Closes treffynnon#48 - column naming convention violations
  • Loading branch information
treffynnon authored Jul 19, 2018
2 parents 123699d + e38b2d6 commit fac7247
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ SELECT r.last_name
FROM riders AS r
INNER JOIN bikes AS b
ON r.bike_vin_num = b.vin_num
AND b.engines > 2
AND b.engine_tally > 2

INNER JOIN crew AS c
ON r.crew_chief_last_name = c.last_name
Expand Down
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ SELECT r.last_name
FROM riders AS r
INNER JOIN bikes AS b
ON r.bike_vin_num = b.vin_num
AND b.engines > 2
AND b.engine_tally > 2

INNER JOIN crew AS c
ON r.crew_chief_last_name = c.last_name
Expand Down
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ SELECT r.last_name
FROM riders AS r
INNER JOIN bikes AS b
ON r.bike_vin_num = b.vin_num
AND b.engines > 2
AND b.engine_tally > 2

INNER JOIN crew AS c
ON r.crew_chief_last_name = c.last_name
Expand Down
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ SELECT r.last_name
FROM riders AS r
INNER JOIN bikes AS b
ON r.bike_vin_num = b.vin_num
AND b.engines > 2
AND b.engine_tally > 2

INNER JOIN crew AS c
ON r.crew_chief_last_name = c.last_name
Expand Down
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ SELECT r.last_name
FROM riders AS r
INNER JOIN bikes AS b
ON r.bike_vin_num = b.vin_num
AND b.engines > 2
AND b.engine_tally > 2

INNER JOIN crew AS c
ON r.crew_chief_last_name = c.last_name
Expand Down
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ SELECT r.last_name
FROM riders AS r
INNER JOIN bikes AS b
ON r.bike_vin_num = b.vin_num
AND b.engines > 2
AND b.engine_tally > 2

INNER JOIN crew AS c
ON r.crew_chief_last_name = c.last_name
Expand Down
2 changes: 1 addition & 1 deletion _includes/sqlstyle.guide.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ SELECT r.last_name
FROM riders AS r
INNER JOIN bikes AS b
ON r.bike_vin_num = b.vin_num
AND b.engines > 2
AND b.engine_tally > 2

INNER JOIN crew AS c
ON r.crew_chief_last_name = c.last_name
Expand Down
96 changes: 48 additions & 48 deletions static/language.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fac7247

Please sign in to comment.