Enhancements
- Add
Variable
field toMoldSetting
which contains the
CRC32 hash of the name of the mold setting variable (if
any).
Bug Fixes
-
Fix a bug preventing adding a controller in
DataStore.AddControllerAsync
whentype
is zero
(which is a valid controller type). -
Fix a bug that causes ODBC parameters to fail with invalid
cast exceptions.
Breaking Changes
DataStore
methods related to maintainingMoldSetting
classes now take values that areulong
, with the upper
32 bits being the CRC32 hash of the variable name (if
any, or zero if none), and the lower 16 bits being the
actualushort
value of the setting variable.