Plugin Author
ka2
(@ka2)
Thank you very much for reporting.
I had tried to do that issue after creating a table such as the following.
CREATE TABLE only_varchar (
string varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8
However that didn’t happen such your same issue.
Could you tell me the schema of the table the problem occurs?
Thank you,
CREATE TABLEasf_termin_neu` (
Termin varchar(10) NOT NULL COMMENT ‘Termin’
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT=’ASF Termin’`
thanks for your support!
CREATE TABLE asf_termin_neu (
Termin varchar(10) NOT NULL COMMENT ‘Termin’
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT=’ASF Termin’
sorry, the code markup did not work properly
Plugin Author
ka2
(@ka2)
Thank you very much for your prompt reply.
I’ve tried immediately, then I was able to find the problem with the processing of data editing.
I’m going to release a modified version in the next version, sorry please wait until then.
Thank you!
Plugin Author
ka2
(@ka2)
This matter has closed because correspond already.