Skip to content

Commit

Permalink
Release/v1.1 (#34)
Browse files Browse the repository at this point in the history
* Create release_1_1.sql

* Update MoneyToWords_EN.sql
  • Loading branch information
datnguye authored Oct 30, 2022
1 parent 9e76155 commit a3e38c5
Show file tree
Hide file tree
Showing 2 changed files with 4,696 additions and 4 deletions.
9 changes: 5 additions & 4 deletions core/MoneyToWords_EN.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
-- Notes: It DOES NOT support negative number.
-- Please concat 'negative word' into the result in that case
-- History:
-- Date Author Description
-- 2020-09-16 NV Intial
-- 2020-12-07 DN Fix odd number
-- Date Author Description
-- 2020-09-16 NV Intial
-- 2020-12-07 DN Fix odd number
-- 2022-10-30 @eseinbinder Fix #33 #34 / new test case of 20200.01
--======================================================
DROP FUNCTION IF EXISTS MoneyToWords_EN
GO
Expand Down Expand Up @@ -140,4 +141,4 @@ END
SELECT dbo.MoneyToWords_EN(999999999999999.99)--999 999 999 999 999.99
SELECT dbo.MoneyToWords_EN(100000000000000)
SELECT dbo.MoneyToWords_EN(20200.01)
*/
*/
Loading

0 comments on commit a3e38c5

Please sign in to comment.