Daehyun Kim

Results 32 issues of Daehyun Kim

http://jira.cubrid.org/browse/CBRD-25393 The current implementation of the CREATE VIEW statement in CUBRID does not support Oracle-style syntax when including NULL values without explicitly specifying their type, resulting in an error. While...

## Describe the Bug The current configuration internally sets `conceallevel` to 2, which makes it difficult to view help files. When `conceallevel` is set to a value other than 0,...

This is by far the best gui for gdb I've ever seen. Thanks so much for such nice work. You must be a very talented developer. One reason I cannot...

feature request
frontend

It will be amazing if this awesome project supports rr (record and replay) debugger. Adding a 'reverse step' and 'reverse next' button would be amazing too!

question
howto

`--args` is a very useful and commonly used command for gdb. Instead of setting `set args A B C` everytime when running a program, you can provide arguments to the...

bug
backend

``` $ cargo install rusty-krab-manager --- skipped --- Compiling syn v2.0.75 Compiling futures-util v0.3.30 Compiling ogg v0.8.0 Compiling event-listener-strategy v0.5.2 error: failed to run custom build command for `alsa-sys v0.3.1`...

This PR triggers CI tests to see the impacts of removing old src/api codes

http://jira.cubrid.org/browse/CBRD-25356 ### 문제점 ``` ;sc db_serial att_name CHARACTER VARYING(...) ``` ``` ;sc db_attribute attr_name CHARACTER VARYING(255) ``` att_name과 attr_name으로 서로 다르게 출력됩니다. ### 해결책 attr_name으로 통일했습니다. ;sc db_serial을 입력하면 ```...

http://jira.cubrid.org/browse/CBRD-25372 This PR continues the analysis done by https://github.com/CUBRID/cubrid/pull/5224

http://jira.cubrid.org/browse/CBRD-25560 # ccache 를 통한 빌드 속도 향상   CMake 설정 파일에 ccache를 사용하는 코드를 추가하여 빌드 속도를 크게 향상시킬 수 있습니다. 해당 코드를 프로젝트의 CMake 설정에 추가하여, ccache가 설치된 경우...