This file is the place to report errors, typos, and unclear passages.
Add issues at the bottom of 'Issues' using the template below.
When an item is fixed in a subsequent release it is moved to resolved by the Data Engine Thinking team with a note highlighting the edition reference.
Please copy this example to the designated chapter section when reporting a new issue. Please create a new section header (four hashes in markdown) for each new issue.
**Description:
** Typo - "engine" should be "engine"
- Location: Page 123
- Reporter: @johndoe
N/A
N/A
N/A
N/A
N/A
Description:
There is a typo in the Module Administration image. On the last line HR_EMPLOYE should be HR_EMPLOYEE.
- Location: Page 179
- Reporter: @roelantvos
N/A
N/A
N/A
Description:
The 3rd COALESCE line refers to the wrong column (is 1, should be 3).
COALESCE_TRIM(CONVERT(NVARCHAR(MAX),Sat1.<Column 1>)),`~!@|N/A') + '\@"' +
Should be:
COALESCE_TRIM(CONVERT(NVARCHAR(MAX),Sat1.<Column 3>)),`~!@|N/A') + '\@"' +
- Location: Page 583
- Reporter: @roelantvos
The list of open book errata.
Description:
In the information Model diagram there is a line drawn from 'Branch' to 'Hub Employee' and 'Link Employment'. However, these should have been linked from the 'Employee' concept in the Information Model. Branch itself only goes to 'Hub Branch' and 'Sat Branch'.
The sameapplies to the mapping to the physical model on the next page.
- Location: Page 663/664
- Reporter: @roelantvos
N/A.