Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Missing affector material paths imply improper Codification #3

@justmars

Description

@justmars

Need a more robust method to check for missing values.

For instance, this SQL query reveals no missing statute ids after the updating function is completed:

select * from lex_tbl_codification_events_statute where affector_statute_id is null -- 0 rows

In contrast, the following material paths are missing from the same table:

select * from lex_tbl_codification_events_statute where affector_material_path is null group by statute -- 80 individual rows, but when group by is utilized, reveals that it involves 38 statutes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions