You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
('1.3.3', '2025-11-13', 's-colon pre CTE bug fix', 1, 'admin', 'non-recognised s-colon pre CTEs + introduced commented hard filter on child ids for LA use');
178
+
('1.3.4', '2025-11-20', 'sdq scores and score date fix', 1, 'admin', 'patch to address missing sdq scores data and incorrect hard-coded sdq date field');
179
179
180
180
181
181
-- HISTORIC versioning log data
@@ -202,7 +202,8 @@ VALUES
202
202
('1.2.9', '2025-09-22', 'assessment_factors refactor now with pre-aggr, fix pre-compile issue SQL <2016', 0, 'admin', 'improved run time perf, ease of opt A/B toggle'),
203
203
('1.3.0', '2025-09-24', 'New ssd_cohort for cohort visibility/monitoring', 0, 'admin', 'provides breakdown of cohort origins - later use to ease current EXISTS backchecks on ssd_person'),
204
204
('1.3.1', '2025-10-03', 'Coventry suggested on ssd_assessment_factors', 0, 'admin', 'adjmts provided by Coventry to provide more robust pulling of assessment factor data where filter might not align with prev-family assessments-'),
205
-
('1.3.2', '2025-11-10', 'Block out string_agg on ssd_assessment_factors', 0, 'admin', 'fix needed to prevent legacy sql failing on string_agg in modern selection block');
205
+
('1.3.2', '2025-11-10', 'Block out string_agg on ssd_assessment_factors', 0, 'admin', 'fix needed to prevent legacy sql failing on string_agg in modern selection block'),
206
+
('1.3.3', '2025-11-13', 's-colon pre CTE bug fix', 0, 'admin', 'non-recognised s-colon pre CTEs + introduced commented hard filter on child ids for LA use');
206
207
207
208
208
209
-- META-ELEMENT: {"type": "test"}
@@ -4706,30 +4707,60 @@ INSERT INTO ssd_development.ssd_sdq_scores (
4706
4707
)
4707
4708
4708
4709
SELECT
4709
-
ff.FACT_FORM_IDAS csdq_table_id,
4710
-
ff.DIM_PERSON_IDAS csdq_person_id,
4711
-
CAST('1900-01-01'ASDATETIME) AS csdq_sdq_completed_date,
0 commit comments