Summary: | Add built-in support for money (decimal) data type | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Friedrich W. H. Kossebau <kossebau> |
Component: | Tables | Assignee: | Kexi Bugs <kexi-bugs> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | staniek |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Friedrich W. H. Kossebau
2013-02-27 18:52:18 UTC
Row values could be used with SQLite 3.15: http://sqlite.org/rowvalue.html They have correct comparison operators too. I have not checked compatibility with other backends. So we can have (dollars, cents) pair for example. BTW, Other use of that would be for date/time values. New SQLite feature: https://sqlite.org/floatingpoint.html#decext |