torodb / stampede

The ToroDB solution to provide better analytics on top of MongoDB and make it easier to migrate from MongoDB to SQL
https://www.torodb.com/stampede/
GNU Affero General Public License v3.0
1.77k stars 120 forks source link

Add support for type Decimal128. #137

Closed adescoms closed 7 years ago

adescoms commented 7 years ago

Add support for new BSON type Decimal128. Includes a new version of mongodb-driver (3.4.1)

codecov-io commented 7 years ago

Current coverage is 15.18% (diff: 18.91%)

Merging #137 into devel will decrease coverage by <.01%

@@              devel       #137   diff @@
==========================================
  Files           733        736     +3   
  Lines         26311      26345    +34   
  Methods           0          0          
  Messages          0          0          
  Branches       2800       2801     +1   
==========================================
+ Hits           3996       4001     +5   
- Misses        22042      22071    +29   
  Partials        273        273          

Powered by Codecov. Last update 861e91c...148ba89