Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Do NOT skip validating intentions which have NO related catalog queries #2331

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

pwnage101
Copy link
Contributor

When testing in prod, I found that Verizon Skills Forward was skipped because it only had a custom/curated catalog (catalog query was NULL). Greatest() in MySQL returns NULL if any input is NULL (unlike PostgreSQL), so adding Coalesce() with an arbitrarily old date is necessary to mimic the PostgreSQL behavior.

ENT-9941

@pwnage101 pwnage101 force-pushed the pwnage101/ENT-9941-4 branch from 44f416f to 1fa70af Compare February 3, 2025 17:10
…queries

When testing in prod, I found that Verizon Skills Forward was skipped
because it only had a custom/curated catalog (catalog query was NULL).
Greatest() in MySQL returns NULL if any input is NULL (unlike
PostgreSQL), so adding Coalesce() with an arbitrarily old date is
necessary to mimic the PostgreSQL behavior.

ENT-9941
@pwnage101 pwnage101 force-pushed the pwnage101/ENT-9941-4 branch from 1fa70af to c771e68 Compare February 3, 2025 17:12
@pwnage101 pwnage101 merged commit 25e83be into master Feb 3, 2025
10 checks passed
@pwnage101 pwnage101 deleted the pwnage101/ENT-9941-4 branch February 3, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants