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

feat: integer return type for procedure #1266

Merged
merged 8 commits into from
Oct 11, 2022
Merged

Conversation

sfc-gh-swinkler
Copy link
Collaborator

fixes a problem with stored procedures that prevented INTEGER from being set as a return type. Internally it was being converted to NUMBER(38,0). so now using a diffsupress function to ignore the difference for equivalents when being read.

Test Plan

  • acceptance tests

References

@sfc-gh-swinkler sfc-gh-swinkler changed the title integer return type for procedure feat: integer return type for procedure Oct 10, 2022
@github-actions
Copy link

Integration tests failure for 412ac5ff4141d16aea3fc2269b16b6a87534c1ad

@github-actions
Copy link

Integration tests failure for 339dc4e53c348a0a6f85ee32b9c8f4c9ed953a6f

@github-actions
Copy link

Integration tests failure for 5e565fe2b69ad5390f08cadd88f6538ad0145289

@github-actions
Copy link

Integration tests failure for b59b20e675e6b935446ca2e0d93c682d341cfd5d

@github-actions
Copy link

Integration tests failure for c3cbc82be91ef5bf0c9c2c5b8b4b1fc33e178764

@github-actions
Copy link

Integration tests failure for e8d7a29eb71dc4e49ff9d5579c796011a7e553d0

@github-actions
Copy link

Integration tests failure for 07ccbf6d774d78ff0993cc90c58119caba68bd56

@github-actions
Copy link

Integration tests success for d9a7219ddfddf5ed997077f1e97c1648df8da600

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