Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit a161184

Browse files
author
Juanjo Alvarez
committed
Add sleep info to readme.md and supported.md
Signed-off-by: Juanjo Alvarez <[email protected]> Remove base64 stuff Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent 3508582 commit a161184

File tree

4 files changed

+2
-204
lines changed

4 files changed

+2
-204
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ We support and actively test against certain third-party clients to ensure compa
9898
|`RPAD(str, len, padstr)`|Returns the string str, right-padded with the string padstr to a length of len characters.|
9999
|`RTRIM(str)`|Returns the string str with trailing space characters removed.|
100100
|`SECOND(date)`|Returns the seconds of the given date.|
101+
|`SLEEP(seconds)`|Wait for the specified number of seconds (can be fractional).|
101102
|`SOUNDEX(str)`|Returns the soundex of a string.|
102103
|`SPLIT(str,sep)`|Receives a string and a separator and returns the parts of the string split by the separator as a JSON array of strings.|
103104
|`SQRT(X)`|Returns the square root of a nonnegative number X.|

SUPPORTED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
- LN
110110
- LOG2
111111
- LOG10
112+
- SLEEP
112113

113114
## Time functions
114115
- DAY

sql/expression/function/tobase64_frombase64.go

Lines changed: 0 additions & 148 deletions
This file was deleted.

sql/expression/function/tobase64_frombase64_test.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)