nIxedoahz

Results 6 comments of nIxedoahz

Can you tell me how to solve this problem? Thanks

> Please elaborate Definition of dllimport static field not allowed CommonTokenFactory.cpp:14:50: error: definition of static data member 'antlr4::CommonTokenFactory::DEFAULT' of dllimport'd class  const std::unique_ptr

> That's a fun error. Can you share your input file? #define MAXIMUM_MNS 31999 If I modify this macro to: #define MAXIMUM_MNS 319999 Will it cause any problems

@dey4ss like this Sql is : CREATE TABLE XIAOZHAO.table1 (column1 CHAR(11),column2 VARCHAR(100),column3 VARCHAR(100)); Result is : Given string is not a valid SQL query. syntax error, unexpected TABLE, expecting SELECT...

@dey4ss My system use Linux is \n

@dey4ss Will there be other effects if I change it to the following? [ \t\n]+ /* skip whitespace */ {yymore()};