Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into utils-v1 #726

Merged
merged 3 commits into from
Nov 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ Optionally takes a `unit` string argument ('km' or 'mi') which defaults to miles

#### group_by ([source](macros/sql/groupby.sql))

This macro build a group by statement for fields 1...N
This macro builds a group by statement for fields 1...N

**Usage:**

Expand Down Expand Up @@ -1006,7 +1006,7 @@ This macro implements a cross-database mechanism to generate an arbitrarily long

#### surrogate_key ([source](macros/sql/surrogate_key.sql))

Implements a cross-database way to generate a hashed surrogate key using the fields specified.
This macro implements a cross-database way to generate a hashed surrogate key using the fields specified.

**Usage:**

Expand All @@ -1016,7 +1016,7 @@ Implements a cross-database way to generate a hashed surrogate key using the fie

#### safe_add ([source](macros/sql/safe_add.sql))

Implements a cross-database way to sum nullable fields using the fields specified.
This macro implements a cross-database way to sum nullable fields using the fields specified.

**Usage:**

Expand Down