Skip to content

Commit

Permalink
Generate async files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
1 parent 729d340 commit 1fef1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NHibernate/Async/Driver/OracleDataClientDriverBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ async Task<DbDataReader> InternalExecuteReaderAsync()
_suppressDecimalInvalidCastExceptionSetter(reader, true);
}

string dateFormat = GetDateFormat(command.Connection);
string timestampFormat = GetDateFormat(command.Connection);

return new OracleDbDataReader(reader, dateFormat);
return new OracleDbDataReader(reader, timestampFormat);
}
}
}
Expand Down

0 comments on commit 1fef1a9

Please sign in to comment.