Skip to content

ParquetSharp 1.4.0.2 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@GPSnoopy GPSnoopy released this 25 Sep 09:02
db78b81
  • Fixed access violation on writing large strings.
  • Added Column.IsSupported(Type type) to check whether a .NET type is supported.
  • Added support for .NET System.Decimal. ColumnDecimal defaults to 28 digits of precision, stored as 12-bytes per value. Lower precisions are not supported for the moment (depends on public demand).