Daehyun Kim

Results 37 comments of Daehyun Kim

This looks awesome! This will give better interactivity in its core essence. I think I'll make a lot of TUIs if this gets accepted. Thanks everyone for their efforts for...

![image](https://github.com/CUBRID/cubrid/assets/18080546/62cb2a42-4bc6-4775-b24a-c6216871be49) create index idx_clob_int on tbl_clob_int (b); 를 통해 인덱스를 만들 경우 ERROR: Cannot define index on domain "LOB". 메세지와 함께 생성이 되지 않는 현상이 있는데 확인해주시면 감사하겠습니다. ``` CUBRID...

![image](https://github.com/CUBRID/cubrid/assets/18080546/eb052d5d-3536-4169-8ef3-90ab5a525b42) ```sql show columns from xx; ``` 실행 결과 VARCHAR, BIT VARYING로 표시되는 현상이 있는데 확인 부탁드립니다.

![image](https://github.com/CUBRID/cubrid/assets/18080546/f67d9437-a263-44ed-8303-e69dd972b1e7) ``` SELECT a.attr_name, t.type_name FROM _db_attribute a join _db_data_type t ON a.data_type = t.type_id WHERE class_of.class_name = 'xx' ORDER BY a.def_order; ``` 위 구문의 결과가 STRING, VARBIT으로 표시되는 현상에...

Thank you so much both of you for bringing up and solving this question