Skip to content

Commit

Permalink
cleanup some debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraith2 committed Aug 25, 2021
1 parent 4933931 commit d888cfd
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3835,8 +3835,8 @@ private OperationStatus TryReadColumnInternal(int i, bool readHeaderOnly = false
// If we're not in sequential access mode, we have to
// save the data we skip over so that the consumer
// can read it out of order
_parser._physicalStateObj._packetSizeList.Clear();
_parser._physicalStateObj._isLastPacket = false;
//_parser._physicalStateObj._packetSizeList.Clear();
//_parser._physicalStateObj._isLastPacket = false;
result = _parser.TryReadSqlValue(_data[_sharedState._nextColumnDataToRead], columnMetaData, (int)dataLength, _stateObj,
_command != null ? _command.ColumnEncryptionSetting : SqlCommandColumnEncryptionSetting.UseConnectionSetting,
columnMetaData.column, _command);
Expand Down
Loading

0 comments on commit d888cfd

Please sign in to comment.