aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-13Add overload for UnexpectedException that takes the exceptionSean Hall2-1/+6
so inner exceptions can also be part of the message.
2020-05-08Clean up unused stuff and fix whitespace.Bob Arnson3-91/+89
2020-04-23Change PerMachine field type to string to match usage.Sean Hall2-2/+2
Change Compressed field type to bool to match usage.
2020-04-18Update WixOutput's GetData to use StreamReader.Sean Hall1-5/+3
2020-04-18Add constants for bundle Wixout stream names.Sean Hall1-0/+4
2020-04-18Add ability for an extension to have a custom strongly typed row during binding.Sean Hall16-94/+136
Remove some unused functionality in Table and Row. Use strongRowType in core tables.
2020-04-18Remove bundle table definitions and rows.Sean Hall28-2910/+0
2020-04-13Try to be more accurate in the tuples with nullable fields.Sean Hall21-62/+62
2020-04-13Change TableDefinition to have TupleDefinition instead of TupleDefinitionName.Sean Hall3-210/+209
2020-04-13Fix typo in SummaryInformationType.Sean Hall1-3/+3
2020-04-12Add TupleNotTranslatedToOutput warning.Sean Hall1-0/+7
2020-04-12Move table definitions from Core to Data.Sean Hall33-938/+3099
Sync tuple and table definitions.
2020-04-11Remove partial WixPdb support.Bob Arnson1-3/+0
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
2020-04-05Make TupleIdIsPrimaryKey configurable.Sean Hall1-15/+9
2020-04-03Add TupleIdIsPrimaryKey.Sean Hall1-10/+30