Skip to content

Use Core SQL signature check#555

Merged
sebjulliand merged 1 commit into
codefori:mainfrom
buzzia2001:sqlSignatureCheck
Jun 29, 2026
Merged

Use Core SQL signature check#555
sebjulliand merged 1 commit into
codefori:mainfrom
buzzia2001:sqlSignatureCheck

Conversation

@buzzia2001

Copy link
Copy Markdown
Member

Changes

This PR uses the updated version of the getSQLRoutineSignature method to verify the signatures of SQL objects.
In the CheckStatement file, the signature (the program name, since it is an external procedure) has been updated and the local method has been removed; in the ValidateStatement file, only the signature has been updated (due to the change in algorithm).

How to test this PR

To test this PR, you must have the Core version with PR codefori/vscode-ibmi#3328 installed locally.

Connect to the system; there should be no warnings regarding the two SQL objects.

The DB2 version must be released alongside the Core version

Checklist

  • have tested my change
  • have created one or more test cases
  • updated relevant documentation
  • Remove any/all console.logs I added
  • have added myself to the contributors' list in CONTRIBUTING.md

@buzzia2001 buzzia2001 requested a review from sebjulliand June 28, 2026 21:10
@buzzia2001 buzzia2001 self-assigned this Jun 28, 2026
@sebjulliand sebjulliand added the enhancement New feature or request label Jun 29, 2026

@sebjulliand sebjulliand left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine. Thanks @buzzia2001 !

@sebjulliand sebjulliand merged commit 42b21db into codefori:main Jun 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants