BimlExpress 2019 R1 Release Notes
Significant changes between BimlExpress 2018 R3 and BimlExpress 2019 R1
2019 Support
- Added SqlServer 2019 support.
- Added Visual Studio 2019 and SSIS 2019 support.
SSIS
- Removed NoXML validation for
SQL Serverindex nodes as they can now have XML datatypes. - Fixed bug where
Annotationscreated onOutputBuffercolumns were not being persisted. - Fixed bug where
ContainerpropertyTransactionOptionwas being evaluated as an object rather than anint32. - Fixed typo in
MergeJoinerror message. - Added fix to correctly emit
BlobColumnsinBufferWrapper.csfor ScriptProjects. - Removed
Codepageproperty from FlatFileFormat Columns, as the codepage gets set on theFlatFileFormatand is not configurable at the column level. - Fixed bug in
GetQuerySchema(), where column nodes were not correctly readingComputedTextandIsNullableproperties.