1. 08 1月, 2019 1 次提交
  2. 22 8月, 2018 1 次提交
  3. 21 8月, 2018 1 次提交
  4. 31 3月, 2018 1 次提交
  5. 21 3月, 2018 1 次提交
    • S
      Sync to preview2-30335, mapping changes · 612e5fee
      Shay Rojansky 提交于
      Some work on type mapping to make everything work.
      Every mapping now has to be one-to-one: a mapping returned for a CLR
      type must contain that same type; previously when looking up by
      DateTimeOffset we would return a timestamptz mapping which specified
      CLR DateTime.
      
      We now have separate mappings for DateTimeOffset and DateTime
      (as well as for byte and short), and can handle multiple mappings
      given a store type.
      612e5fee
  6. 13 3月, 2018 1 次提交
  7. 28 2月, 2018 1 次提交
  8. 27 2月, 2018 1 次提交
  9. 23 2月, 2018 1 次提交
  10. 01 2月, 2018 1 次提交
    • S
      Redid type mapper · 5b41c0b2
      Shay Rojansky 提交于
      * Moved to new 2.1 type mapper interface
      * Switched to simple hardcoded mapping creation rather than attempting
        to dynamically load them from ADO, which made no sense as we need
        literal generation anyway.
      * Added many mappings with the literal translations, not complete.
      5b41c0b2