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

.NET: Thin 3.0: Add ExecuteReader to SQL API

    XMLWordPrintableJSON

Details

    • Docs Required, Release Notes Required

    Description

      Add a new method to ISql API:

      Task<IgniteDbDataReader> ExecuteReaderAsync(ITransaction? transaction, SqlStatement statement, params object?[]? args)
      
      • IgniteDbDataReader inherits from System.Data.Common.DbDataReader, providing a standard interface to work with query results.
      • DbDataReader API is an efficient way to retrieve query results without object mapping. It can be implemented in a high-performance allocation-free way. This is a good alternative to allocation-heavy IResultSet<IIgniteTuple>.

      Attachments

        Issue Links

          Activity

            People

              ptupitsyn Pavel Tupitsyn
              ptupitsyn Pavel Tupitsyn
              Igor Sapego Igor Sapego
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m