Skip to content

Commit

Permalink
Merge | Align Type aliases between netfx and netcore (#2957)
Browse files Browse the repository at this point in the history
* Align Type aliases between netfx and netcore

* Align more type aliases

* Fix some more type aliases / minor code style

* Add missing ;
  • Loading branch information
MichelZ authored Nov 25, 2024
1 parent 88c5ada commit 16890fb
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12539,7 +12539,9 @@ private byte[] SerializeUnencryptedValue(object value, MetaType type, byte scale
if (type.FixedLength == 4)
{
if (0 > dt.days || dt.days > UInt16.MaxValue)
{
throw SQL.SmallDateTimeOverflow(MetaType.ToDateTime(dt.days, dt.time, 4).ToString(CultureInfo.InvariantCulture));
}

if (stateObj._bIntBytes == null)
{
Expand Down
Loading

0 comments on commit 16890fb

Please sign in to comment.