Skip to content

Commit 1fef1a9

Browse files
Generate async files
1 parent 729d340 commit 1fef1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/Async/Driver/OracleDataClientDriverBase.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ async Task<DbDataReader> InternalExecuteReaderAsync()
4545
_suppressDecimalInvalidCastExceptionSetter(reader, true);
4646
}
4747

48-
string dateFormat = GetDateFormat(command.Connection);
48+
string timestampFormat = GetDateFormat(command.Connection);
4949

50-
return new OracleDbDataReader(reader, dateFormat);
50+
return new OracleDbDataReader(reader, timestampFormat);
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)