We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729d340 commit 1fef1a9Copy full SHA for 1fef1a9
src/NHibernate/Async/Driver/OracleDataClientDriverBase.cs
@@ -45,9 +45,9 @@ async Task<DbDataReader> InternalExecuteReaderAsync()
45
_suppressDecimalInvalidCastExceptionSetter(reader, true);
46
}
47
48
- string dateFormat = GetDateFormat(command.Connection);
+ string timestampFormat = GetDateFormat(command.Connection);
49
50
- return new OracleDbDataReader(reader, dateFormat);
+ return new OracleDbDataReader(reader, timestampFormat);
51
52
53
0 commit comments