Skip to content

Commit

Permalink
actualize names for *base64* family functions (#4568)
Browse files Browse the repository at this point in the history
Issue: #4563
  • Loading branch information
akindyakov committed Jun 15, 2018
1 parent b522e74 commit 18f4670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/wiki/introduction/sql.md
Expand Up @@ -204,9 +204,9 @@ We have added `sha1`, `sha256`, and `md5` functions that take a single argument
**Encoding functions**

There are also encoding functions available to you to process query results.
- `base64`: base64 encode a string.
- `unbase64`: Decode a base64 encoded string. If the string is not valid base64 an empty string is returned.
- `conditional_base64`: Encode a string if and only if the string contains non-ASCII characters.
- `to_base64`: base64 encode a string.
- `from_base64`: Decode a base64 encoded string. If the string is not valid base64 an empty string is returned.
- `conditional_to_base64`: Encode a string if and only if the string contains non-ASCII characters.

### Table and column name deprecations

Expand Down

0 comments on commit 18f4670

Please sign in to comment.