This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch Fix_license_issue
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git
from d70c902 add .gitattributes
add e1a776e renormalize
No new revisions were added by this update.
Summary of changes:
.dockerignore | 50 +-
Apache.IoTDB.sln | 258 ++---
docker-compose.dcproj | 28 +-
docker-compose.override.yml | 2 +-
docker-compose.yml | 124 +--
launchSettings.json | 26 +-
samples/Apache.IoTDB.Samples/Dockerfile | 42 +-
samples/Apache.IoTDB.Samples/Program.cs | 92 +-
.../Properties/launchSettings.json | 18 +-
src/Apache.IoTDB.Data/DataReaderExtensions.cs | 206 ++--
src/Apache.IoTDB.Data/IoTDBCommand.cs | 1128 +++++++++----------
src/Apache.IoTDB.Data/IoTDBConnection.cs | 744 ++++++-------
.../IoTDBConnectionStringBuilder.cs | 816 +++++++-------
src/Apache.IoTDB.Data/IoTDBDataReader.cs | 1134 ++++++++++----------
src/Apache.IoTDB.Data/IoTDBException.cs | 172 +--
src/Apache.IoTDB.Data/IoTDBParameter.cs | 8 +-
src/Apache.IoTDB.Data/IoTDBParameterCollection.cs | 702 ++++++------
src/Apache.IoTDB.Data/IoTDBTransaction.cs | 216 ++--
src/Apache.IoTDB/ConcurrentClientQueue.cs | 148 +--
src/Apache.IoTDB/DataStructure/ArrayExtensions.cs | 190 ++--
src/Apache.IoTDB/DataStructure/BitMap.cs | 14 +-
src/Apache.IoTDB/DataStructure/GetSubArray.cs | 132 +--
src/Apache.IoTDB/DataStructure/RowRecord.cs | 152 +--
23 files changed, 3201 insertions(+), 3201 deletions(-)