-
Notifications
You must be signed in to change notification settings - Fork 47
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
[CBRD-24519] Add test case for PL/CSQL test cases 09 (feature/plcsql-p1) #1769
Merged
swi0110
merged 13 commits into
CUBRID:feature/plcsql-p1
from
swi0110:cbrd_25420_plcsql-p1_09
Jul 19, 2024
Merged
[CBRD-24519] Add test case for PL/CSQL test cases 09 (feature/plcsql-p1) #1769
swi0110
merged 13 commits into
CUBRID:feature/plcsql-p1
from
swi0110:cbrd_25420_plcsql-p1_09
Jul 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hgryoo
approved these changes
Jul 16, 2024
…into cbrd_25420_plcsql-p1_09
ssihil
reviewed
Jul 16, 2024
.../_01_testspec/_02_declaration/_01_parameter/_05_in_out_mode/cases/10_extend_in_out_param.sql
Show resolved
Hide resolved
kwonhoil
reviewed
Jul 16, 2024
.../_01_testspec/_02_declaration/_01_parameter/_05_in_out_mode/cases/10_extend_in_out_param.sql
Show resolved
Hide resolved
ssihil
reviewed
Jul 16, 2024
.../_01_testspec/_02_declaration/_01_parameter/_05_in_out_mode/cases/10_extend_in_out_param.sql
Outdated
Show resolved
Hide resolved
ssihil
approved these changes
Jul 17, 2024
kwonhoil
approved these changes
Jul 19, 2024
hgryoo
added a commit
that referenced
this pull request
Dec 12, 2024
…op (#2000) http://jira.cubrid.org/browse/CBRD-25184 ## 1. PL/CSQL Enhancements ### 1.1 New Test Cases - **[CBRD-24519]** Added test cases for PL/CSQL (Cases 10–23). - **Pull Requests**: #1769, #1779, #1894, #1903, #1907, #1912, #1918, #1922, #1924, #1925 - **Details**: - Covered scenarios involving OUT parameters, runtime exceptions, and keyword-built-in function overlaps (e.g., `CURRENT_USER`). - Validated stored procedure behavior with user schema prefixes. - **[CBRD-25261]** Modified answers for PL/CSQL tests. - **Pull Request**: #1761 - Adjusted for grammar refinements and future merges. ### 1.2 System Changes - **[CBRD-25184]** Revised answers due to grammar changes. - **Pull Requests**: #1770, #1878, #2001 - **Changes**: - Updates for keywords (e.g., `REVERSE`), user schema handling, and new system catalog columns. --- ## 2. Bug Fixes ### 2.1 Error Handling - **[CBRD-25303]** Fixed issues in ADDTIME() with invalid XASL content. - **Pull Request**: #1973 - **[CBRD-25273]** Modified test case for ADDDATE() returning NULL. - **Pull Request**: #1974 ### 2.2 Typographical Fixes - **[CBRD-24707]** Resolved large-scale test failures due to typos. - **Pull Request**: #1897 --- ## 3. Test Improvements for Errors ### 3.1 VARCHAR Conversion - **[CBRD-25345]** Added SQL test for errors converting VARCHAR to TIME/TIMESTAMP. - **Pull Request**: #1975 ### 3.2 Error Messaging - **[CBRD-25673]** Improved error message consistency in JDBC. - **Pull Request**: #1958 - **[CBRD-25416]** Resolved stored procedure syntax display issues. - **Pull Requests**: #1963, #1967 --- ## 4. Stored Procedure System Updates ### 4.1 Schema Updates - **[CBRD-25352]** Introduced user schema for stored procedures. - **Pull Request**: #1824 ### 4.2 Authorization Handling - **[CBRD-24786]** Updated answers for `SHOW GRANTS` and `db_auth` behavior. - **Pull Requests**: #1823, #1802 ## Contributors Overview (excluding merge commits) - **Song Won-ryong** (@swi0110) - 28 commits - **Hyung-Gyu Ryoo** (@hgryoo) - 26 commits - **junsklee** (@junsklee) - 7 commits - **jongmin-won** (@jongmin-won) - 6 commit - **zionyun** (@zionyun) - 1 commit - **kwonhoil** (@kwonhoil) - 1 commit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refer to http://jira.cubrid.org/browse/CBRD-25420