Skip to content

fix: include update block in stackql-deploy template alongside insert#31

Merged
jeffreyaven merged 1 commit intomainfrom
claude/update-docs-example-text-wNsGr
Feb 20, 2026
Merged

fix: include update block in stackql-deploy template alongside insert#31
jeffreyaven merged 1 commit intomainfrom
claude/update-docs-example-text-wNsGr

Conversation

@jeffreyaven
Copy link
Contributor

The else-if chain meant that when a resource had both INSERT and UPDATE operations, the update was skipped. Split into independent if blocks so both are included in the generated template.

https://claude.ai/code/session_01MQj3XYTZ9owsNxqqYCknZH

Description

Please include a summary of the changes and the related issue(s). Please also include relevant motivation and context.

Checklist

Please make sure that the following criteria are met:

  • The PR title is descriptive.
  • I have ⭐'ed the stackql and this repo.

Additional Notes

Add any additional information or context that might help the reviewers.

The else-if chain meant that when a resource had both INSERT and
UPDATE operations, the update was skipped. Split into independent
if blocks so both are included in the generated template.

https://claude.ai/code/session_01MQj3XYTZ9owsNxqqYCknZH
@jeffreyaven jeffreyaven merged commit 8ea387f into main Feb 20, 2026
1 check passed
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.

2 participants