Viewing 5 replies - 1 through 5 (of 5 total)
  • 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,

    Thread Starter TungstenE2

    (@tungstene2)

    CREATE TABLEasf_termin_neu` (
    Termin varchar(10) NOT NULL COMMENT ‘Termin’
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT=’ASF Termin’`

    thanks for your support!

    Thread Starter TungstenE2

    (@tungstene2)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Data is not selected’ is closed to new replies.