Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: coldWater <[email protected]>
  • Loading branch information
forsaken628 committed Sep 24, 2024
1 parent 9b6b0ac commit 930cf96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"ser" = "ser"
"Ser" = "Ser"
"flate" = "flate"
"Tke" = "Tke"

[files]
extend-exclude = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3726,6 +3726,8 @@ Functions overloads:
21 to_boolean(Float32 NULL) :: Boolean NULL
22 to_boolean(Float64) :: Boolean
23 to_boolean(Float64 NULL) :: Boolean NULL
0 to_char(Int32, String) :: String
1 to_char(Int32 NULL, String NULL) :: String NULL
0 to_date(Variant) :: Date
1 to_date(Variant NULL) :: Date NULL
2 to_date(String, String) :: Date NULL
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
query T
select to_char(123,'0099');
----
0123

0 comments on commit 930cf96

Please sign in to comment.