Fixes:
- Fixed
Array(T)serialization for blocks containing more than one row (tests extended)
Features:
- Added support for
Float(32/64),Decimal(32,64,128,256),Int256,Datecolumn types - Added support for
Int64,Float/Doublesettings - Added support for query parameters
Breaking changes:
-
Reworked the query serialization type class to support query parameters.
toQueryPartno longer quotes 128-bit and 256-bit integer values. Previously this was introduced as part of a fix for serializing values larger than999999999999999934463.Added a separate
toQueryPartQuotedmethod for serializing quoted values.Internal wrappers have been updated to use
toQueryPartQuotedwhere appropriate, so existing code should continue to work unless you implemented custom wrappers aroundtoQueryPart.