Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General cleanup. | Sean Hall | 2020-04-12 | 1 | -5/+5 |
| | | | | | | Try not to send strings to specify the tuple or table. Try to avoid using the Set method on tuples. Always create new tuples and add them to the section in the same line. | ||||
* | Try to fix build flakiness with Example.Extension. | Sean Hall | 2020-04-06 | 1 | -0/+10 |
| | | | | Add failing test for the TableDefinition overload of EnsureTable. | ||||
* | Use TupleIdIsPrimaryKey. | Sean Hall | 2020-04-03 | 1 | -3/+2 |
| | |||||
* | Fix bug in ParseHelper where it assumed the first column was the id column. | Sean Hall | 2020-04-02 | 1 | -1/+2 |
| | |||||
* | Add ability for extensions to create custom bundle searches. | Sean Hall | 2020-03-30 | 1 | -0/+104 |
| | | | | This required creating BundleExtensionData.xml. | ||||
* | Integrate latest changes to tuple definitions | Rob Mensching | 2019-05-23 | 1 | -2/+2 |
| | |||||
* | Move tool projects to Tools repo | Rob Mensching | 2018-07-21 | 1 | -0/+81 |
| | |||||
* | Add support for loading Intermediates from extensions | Rob Mensching | 2017-12-06 | 1 | -84/+0 |
| | |||||
* | Introduce ExampleExtension for testing | Rob Mensching | 2017-12-01 | 1 | -0/+84 |