1. Aug 09, 2017
  2. Jul 28, 2017
    • Jeremy Mikola's avatar
      CDRIVER-2223: Parse integers for legacy JSON $date syntax · 176b9c14
      Jeremy Mikola authored
      Since 933fd981, the JSON reader emitted an
      error when encountering an integer value for a $date key. This restores the
      previous behavior and allows legacy $date syntax to be parsed properly.
      Consequently, a BSON corpus parse error test must now be skipped.
      
      This commit adds previously absent tests for legacy $date syntax and adds
      more valid and error cases to the existing $date $numberLong test.
      176b9c14
    • Jeremy Mikola's avatar
      CDRIVER-2225: Execute BSON corpus Decimal128 parse error tests · df2e61bd
      Jeremy Mikola authored
      Since d7406f5d, all parse error tests were
      executing with bson_new_from_json(), which is only appropriate for type 0x00.
      
      This commit also restructures the corpus test runner so that callbacks may be
      provided for decode and parse error tests as they are for valid tests. This
      change will make it easier to skip tests of any type, which will be necessary
      for CDRIVER-2223.
      df2e61bd
  3. Jul 25, 2017
  4. Jul 12, 2017
  5. Jul 07, 2017
  6. Jul 06, 2017
  7. Jul 01, 2017
  8. Jun 30, 2017
  9. Jun 20, 2017
  10. Jun 17, 2017