SQL Editor bug

forest_law's profile image forest_law posted 11 months ago in General Permalink

I have blow sql to edit:

,(4,'开仓','openSignalAddN' ,22,0,'dec', '0.25', 1,'反趋势开仓信号钱加N',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ,(4,'止盈','StopProfitN' ,23,0,'dec', '2', 1,'反趋势止盈N',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ;

but when try to use backspace edit the last line one the word : ,23,0,'dec', '2',

the backspace delete word does not work correctly.

ansgar's profile image ansgar posted 11 months ago Permalink

Backspace works as expected here, with your text.

Did you mean Ctrl + Backspace perhaps?

forest_law's profile image forest_law posted 11 months ago Permalink

no only click the keborad key: Backspace

I tied as you mentioned, copy the text from the 1 post content to the heidiSQL, the backspace work fine, maybe when we were copying something unvisiable things missed.

,(4,'原版','Trade_Miss_Act' ,18,0,'int', '1', 1,'miss信号启用标识1启用,0不',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ,(4,'止盈','Stg1Stop1' ,19,0,'int', '31', 1,'反趋势信号1止盈类型',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ,(4,'止盈','Stg1Stop2' ,20,0,'int', '31', 1,'反趋势信号2止盈类型',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ,(4,'提前','Stg1MainCodeM' ,21,0,'int', '4', 1,'主力换月提前月份数',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ,(4,'开仓','openSignalAddN' ,22,0,'dec', '0.25', 1,'反趋势开仓信号钱加N',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ,(4,'止盈','StopProfitN' ,23,0,'dec', 2', 1,'反趋势止盈N',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ;

forest_law's profile image forest_law posted 11 months ago Permalink

I upload a mp4 FYI.

1 attachment(s):
forest_law's profile image forest_law posted 11 months ago Permalink

Try this, I isnert a new line char:

,(4,'开仓','openSignalAddN' ,22,0,'dec', '0.25', 1,'反趋势开仓信号钱加N',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) , (4,'止盈','StopProfitN' ,23,0,'dec', '2', 1,'反趋势止盈N',CURRENT_TIMESTAMP,CURRENT_TIMESTAMP) ;

forest_law's profile image forest_law posted 11 months ago Permalink

above post text does not work, plase ignore, just refer the mp4.

Please login to leave a reply, or register at first.