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

[CUBRID-24687] query result is strange, when there is hidden columns in the select list #4942

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

mhoh3963
Copy link
Contributor

@mhoh3963 mhoh3963 commented Feb 7, 2024

…in the select list. (CUBRID#4934)

* [CUBRID-24687] query result is strange, when there is hidden columns in the select list

http://jira.cubrid.org/browse/CBRD-24687

**Description**
The query result is strange, when there is hidden columns in ther select list.
This is the case when sp is used in the order by clause, as in the following query.
(ex : SELECT col1, col2) FROM tbl1 ORDER BY intTest(col1))

**Resolution**
- fix to use query_type instead of col_cnt at db_query_column_count().
@mhoh3963 mhoh3963 self-assigned this Feb 7, 2024
@mhoh3963 mhoh3963 merged commit e22bcc6 into CUBRID:release/11.2 Feb 7, 2024
10 checks passed
@mhoh3963 mhoh3963 deleted the cbrd-24687-11.2 branch February 7, 2024 07:48
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