Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/iotdb-client-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/iotdb-client-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev/1.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 54 files changed
  • 3 contributors

Commits on Mar 27, 2025

  1. fix: fetch data fail due to different endpoint in SessionDataSet (#28) (

    #30)
    
    * fix: fetch data fail due to different endpoint in SessionDataSet; update Docker configuration and .NET version; enhance command-line options
    
    * fix typo
    
    * remove some comments
    lausannel authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    a6e91ec View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. [to dev/1.3] fix: bitmap error (#33)

    * [to dev/1.3] fix: bitmap error
    
    * format and add .editorconfig(dotnet/sdk)
    
    * Update .editorconfig
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * fix build and format
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    CritasWang and github-actions[bot] authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    69f2337 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. [To dev/1.3] Fix SessionPool client leak on reconnection and query fa…

    …ilures, and preserve server error messages (#45)
    
    * [To dev/1.3] Fix SessionPool client leak on reconnection and query failures, and preserve server error messages
    
    * fix ByteBuffer build error ,use  Array.Reverse()
    CritasWang authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    26d96b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Fix SessionDataSet sync-over-async deadlock and migrate to 4-arg RowR…

    …ecord constructor (#49)
    
    - Add HasNextAsync() and FetchResultsAsync() to SessionDataSet to avoid
      sync-over-async deadlock in FetchResults()
    - Mark HasNext() as [Obsolete] with guidance to use HasNextAsync()
    - Update ConstructOneRow() to use 4-arg RowRecord constructor with dataTypes
    - Fix IoTDBCommand.BindParameters to use 4-arg RowRecord constructor
    - Add #pragma warning suppress in IoTDBDataReader for required sync calls
    - Update SessionPool.CheckTimeSeriesExistsAsync to use HasNextAsync()
    - Migrate all sample code to use await HasNextAsync() and 4-arg RowRecord
    CritasWang authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    1a5317e View commit details
    Browse the repository at this point in the history
Loading