Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jeffreyaven
Copy link
Member

Description

Added sqlite extension function aws_policy_equal to compare two AWS policy documents (where all lists are considered to be unordered).

Code was built and tested here : stackql/sqlite-ext-functions

then added to the sqlite3-binding.c amalgam in stackql/stackql-go-sqlite3 (tag v1.0.4-stackql), this was built as a test using go build

then go.mod was updated here, along with the addition of a robot test for the new function.

Type of change

  • Bug fix (non-breaking change to fix a bug).
  • Feature (non-breaking change to add functionality).
  • Breaking change.
  • Other (eg: documentation change). Please explain.

Issues referenced.

No issue created.

Evidence

Tested in stackql/sqlite-ext-functions

Checklist:

  • A full round of testing has been completed, and there are no test failures as a result of these changes.
  • The changes are covered with functional and/or integration robot testing.
  • The changes work on all supported platforms.
  • Unit tests pass locally, as per the developer guide.
  • Robot tests pass locally, as per the developer guide.
  • Linter passes locally, as per the developer guide.

Variations

None.

Tech Debt

None.

@general-kroll-4-life general-kroll-4-life merged commit 6723f79 into main Jul 9, 2025
34 of 35 checks passed
@general-kroll-4-life general-kroll-4-life deleted the feature/aws-policy-equal-fn branch July 9, 2025 07:39
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