Byungwook Kim

Results 17 issues of Byungwook Kim

http://jira.cubrid.org/browse/CBRD-24413 After the sql statement recorded in the event, the OID of the record containing the user's information in the db_user table of the logged-in user is displayed. It already...

enhancement
legacy

http://jira.cubrid.org/browse/CBRD-24429 The foreign should be defined only one on a key column, however, the query parser allow the multiple foreign keys on the same column attributes. ``` CREATE TABLE a_tbl...

bug
legacy

http://jira.cubrid.org/browse/CBRD-24023 The catalog record representaion's var-part can consist with 2-byte offset length when the catalog table is altered by SQL statment like as "ALTER TABLE _db_class ADD COLUMN unique_name VARCHAR(255)...

task

http://jira.cubrid.org/browse/CBRD-25230 The result-cache, which is currently applied to CTE queries, is extended to uncorrelated subqueries. First, we plan to conduct a POC first to see if it can be applied...

enhancement
task

http://jira.cubrid.org/browse/CBRD-25212 We need remove the warning messages from compilation (CUBRID engine build). By doing this, we can prevent potential problems in advance. The target source code is as follows. src/base/...

refactoring

http://jira.cubrid.org/browse/CBRD-25325 When a query is executed and a temporary list file or result list file is used, the thread counts it using a member variable called m_qlist_count. It appears that...

enhancement
task

http://jira.cubrid.org/browse/CBRD-25286 1) When using the result-cache of a CTE query through the PREPARE statement, additional session information transmitted to the server is required. 2) When using the WITH CTE ......

task
regression

http://jira.cubrid.org/browse/CBRD-25063 In 11.3, when a view is created in a public account and unloaded, the view information includes public account even though user information was not provided when creating the...

http://jira.cubrid.org/browse/CBRD-25358 No errors occur when using the "for update" clause for system tables such as db_root and dual. Semantic error handling is required. `select /*+ recompile */ * from db_root...

bug
legacy

http://jira.cubrid.org/browse/CBRD-25372 When CUBRID creates a view using the "CREATE VIEW ... AS SELECT ..." statement, it checks whether type conversion is possible for each column of the view. However, in...

task