Skip to content

Latest commit

 

History

History
127 lines (75 loc) · 2.52 KB

File metadata and controls

127 lines (75 loc) · 2.52 KB

📚 Data Engine Thinking Errata

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.


📑 Table of Contents


Example

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

Issues

Chapter 1

N/A

Chapter 2

N/A

Chapter 3

N/A

Chapter 4

N/A

Chapter 5

N/A

Chapter 6

Typo in diagram in 'Creating the audit trail'

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

Chapter 7

N/A

Chapter 8

N/A

Chapter 10

N/A

Chapter 11 - Getting the data out

Code copy/paste error on page 583

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

Chapter 12

The list of open book errata.

Information Model linkage diagrams page 663/664

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

Resolved

N/A.