Travel.Liu
Travel.Liu
LOB field data content is small. The query performance is lower than that of the godror driver, and the performance varies greatly ``` CREATE TABLE BS_F_AQ_SJ_RW_FML ( ID VARCHAR2(50), BASEID...
``` db.Exec("drop table ora_mtk.tab_number_19") db.Exec("create table ora_mtk.tab_number_19(id number,OBJECTID number(19) not null,OBJECTID1 number(24,4))") db.Exec("insert into ora_mtk.tab_number_19 values(1,999999999999,999999999999.9998)") db.Exec("insert into ora_mtk.tab_number_19 values(2,999999999999,999999999999.9998)") db.Exec("insert into ora_mtk.tab_number_19 values(3,999999999999,999999999999.9999)") db.Exec("insert into ora_mtk.tab_number_19 values(5,9999999999999,9999999999999.999)") db.Exec("insert into...
Column Type ``` "COL_UROWID" UROWID (4000), ``` SQL ``` time="2022-09-11 12:37:03.129631" level=debug msg="the run sqlID: 1568820894250307584 [select col_urowid from ora_mtk.mtk_test where rownum
Looking at the code, it is found that the conversion of Number to int64 or float64 will be automatically judged according to the type. Is it possible to provide a...
time="2022-09-10 01:39:35.632733" level=debug msg="the run sqlID: 1568293051590250496 [SELECT DISTINCT PRIVILEGE FROM ( SELECT PRIVILEGE FROM USER_SYS_PRIVS UNION ALL SELECT GRANTED_ROLE FROM USER_ROLE_PRIVS UNION ALL SELECT PRIVILEGE FROM ROLE_SYS_PRIVS a,USER_ROLE_PRIVS b...
There is a check constraint after mySQL 8.0, and the previous version did not have view check_constraints ``` my:root@127/mtkd=> \d task_result_details error: failed to describe BASE TABLE mtkd.task_result_details: failed to...
Add ExcludeSwitches enable-automation and encounter session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument caps.AddChrome(chrome.Capabilities{ // Path: w.chromeDir, Args: chromeArgs,...