Merge pull request #351 from schungx/master

Add support for Decimal.
This commit is contained in:
Stephen Chung
2021-02-13 22:27:11 +08:00
committed by GitHub
17 changed files with 551 additions and 43 deletions

View File

@@ -24,6 +24,8 @@ jobs:
- "--features no_optimize"
- "--features no_float"
- "--features f32_float"
- "--features decimal"
- "--features no_float,decimal"
- "--tests --features only_i32"
- "--features only_i64"
- "--features no_index"