[MDEV-13740] SUGESTION: MONEY and SMALLMONEY Data Types Created: 2017-09-05 Updated: 2017-12-20 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Juan Telleria | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I saw in other issue that MariaDB 10.3 will be extensible at the Data Type layer. Therefore, this could constitute an excellent opportunity for implementing TRANSACT-SQL's MONEY and SMALLMONEY Data Types, and their associated functions, and therefore, be able to generate more value to the client that the one MySQL offers. money and smallmoney (Transact-SQL) A DECIMAL(19,4) would definitely do the work, but having the data type would allow to create specific functions for handling currency. Thank you, |