Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-1571

.Net: Improve Guid and DateTime reader/writer interface.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • ignite-1.4
    • 1.5.0.final
    • platforms
    • None

    Description

      Currently we force user to write Guid and DateTime as nullables. We do this to be more compatible with Java.
      But user is more likely to operate on plain types: Guid, Guid[], DateTime, DateTime[].

      We need to add these methods to API, and rename existing ones to "ReadNullableDateTime", etc..

      Note that while trivial to on writer side, it will be harder to implement for readers. Currently we lookup by type ID, which will be equal for the type and it's nullable counterpart. For this reason we probably must lookup by type ID + type or simply by type.

      Attachments

        Activity

          People

            vozerov Vladimir Ozerov
            vozerov Vladimir Ozerov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: