Opened 8 years ago
Last modified 8 years ago
#296 new enhancement
Decimal support in SQL
Reported by: | ivan.levashev | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Matreshka - SQL | Version: | |
Keywords: | SQL Decimal Universal_Decimal | Cc: |
Description
MySQL and several other engines support precise decimal numbers with fixed point. So do Ada. They should be bridged directly without string conversions.
Note:
See TracTickets
for help on using tickets.
IIUC Universal_Decimal should be implemented as discriminated record for every supported fixed dot position. Number of supported dot positions depends on GNAT and SQL engines limits.