Skip to content

fix: remove duplicate query hints in stackql-deploy template#30

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

fix: remove duplicate query hints in stackql-deploy template#30
jeffreyaven merged 1 commit intomainfrom
claude/update-docs-example-text-wNsGr

Conversation

@jeffreyaven
Copy link
Contributor

The extracted SQL code blocks already contain /*+ create / and /+ delete / hints. Remove the extra /+ createorupdate / and /+ delete */ prefixes that buildTemplate was prepending, which caused duplicate hints in the generated template output.

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 extracted SQL code blocks already contain /*+ create */ and
/*+ delete */ hints. Remove the extra /*+ createorupdate */ and
/*+ delete */ prefixes that buildTemplate was prepending, which
caused duplicate hints in the generated template output.

https://claude.ai/code/session_01MQj3XYTZ9owsNxqqYCknZH
@jeffreyaven jeffreyaven merged commit 0d8de6b 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