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

Rowid host variables #2398

Merged

Conversation

ilidio-lopes
Copy link
Contributor

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Check the test cases in the PR . Host variables can be in a sample code
        Identification Division.
        Program-Id. 'TEST1'.
        Data Division.
        Working-Storage Section.
       01 VAR-NAME USAGE IS SQL TYPE IS ROWID.
       01 GREET. 
           02 VAR1 USAGE IS SQL TYPE IS ROWID.
           02 VAR2 USAGE IS SQL TYPE IS CHARACTER LARGE OBJECT (10 M)
        PROCEDURE division.
           display  VAR1.

image

  • Test A
  • Test B

Checklist:

  • Each of my commits contains one meaningful change
  • I have performed rebase of my branch on top of the development
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

@@ -64,6 +66,8 @@ xml_lobNO_size: BLOB_FILE | CLOB_FILE | DBCLOB_FILE;

xml_as: XML AS;

rowid: ROWID;
Copy link
Contributor

@ap891843 ap891843 Jul 24, 2024

Choose a reason for hiding this comment

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

Seems not needed. Could be used directly

@ilidio-lopes ilidio-lopes force-pushed the US966851-ROWID_host_variables branch from 3de7f17 to 13c05ce Compare July 24, 2024 09:41
@ilidio-lopes ilidio-lopes force-pushed the US966851-ROWID_host_variables branch from d562621 to 26c2199 Compare July 24, 2024 16:03
@ilidio-lopes ilidio-lopes force-pushed the US966851-ROWID_host_variables branch from 26c2199 to 573d7dc Compare July 25, 2024 12:20
@ap891843 ap891843 merged commit 3bb5e7f into eclipse-che4z:development Jul 25, 2024
17 checks 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.

3 participants