• Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.5.0
    • Component/s: BSON
    • Labels:
      None
    • Not Needed

      ```

      import github.com/rs/zerolog/log

      p := primitive.NewDecimal128(0, 0)

      log.Debug().
      Str("testData.TestPrimitiveDecimal128", testData.TestPrimitiveDecimal128.String()).
      Str("p", p.String()).
      Str("mongo.DecimalZero", Decimal128Zero.String()).
      Bool("p.IsZero", p.IsZero()).
      Bool("mongo.DecimalZero.IsZero", Decimal128Zero.IsZero()).
      Msg("init")

      ```

      Running this code gives me the following:

            Assignee:
            benji.rewis@mongodb.com Benji Rewis (Inactive)
            Reporter:
            sweetat@withevo.com Swee Tat Lim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: