CEDStandards/CEDS-IDS

DiplomaOrCredentialAwardDate data type inconsistency

Closed this issue · 1 comments

Describe the bug
DiplomaOrCredentialAwardDate has a data type mismatch. It's a datetime in K12StudentAcademicRecord but a NVARCHAR(7) in other tables.

To Reproduce
Steps to reproduce the behavior:
Search for DiplomaOrCredentialAwardDate in the CEDS-IDS sql script.

Expected behavior
We'd expect DiplomaOrCredentialAwardDate to have the same data type in all tables.

Addressed in V9.0.0.0 release, #42. See CEDS OSC IDS Summary v9 Changes.xlsx for additional details.