use antlr parse SQL statement, Lexer and Parser class are generated by antlr maven plugin execute mvn clean install in sharding-core-parse-mysql project or parent project after execute command successfully,the source code is generated in target/generated-sources/antlr4 directory
-- --------------------------------- HongJun Du Apache ShardingSphere At 2019-03-26 14:14:07, "guangyuan wang" <[email protected]> wrote: >Please see org.apache.shardingsphere.core.parse.H2ShardingParseEngine class >in 4.0.0 RC1 source code. > >In IntelliJ IDEA shows : Missing org.apache.shardingsphere.core.parse.antlr. >autogen.MySQLStatementLexer. > >After checked,I found MySQLStatementLexer.class does not exist in the >source code. > >On 2019/03/25 03:02:16, "[email protected]" <[email protected]> wrote: >> Hello ShardingSphere Community,> >> >> This is a call for discuss to release Apache ShardingSphere (Incubating)> >> version 4.0.0-RC1> >> >> Release notes:> >> >https://github.com/apache/incubator-shardingsphere/releases/edit/untagged-90bdf1e5cbba8422332f> > >> >> The release candidates:> >> https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/4.0.0-RC1/> > >> >> Maven 2 staging repository:> >> >https://repository.apache.org/content/repositories/staging/org/apache/shardingsphere/> > >> >> Git tag for the release:> >> https://github.com/apache/incubator-shardingsphere/tree/4.0.0-RC1> >> >> Release Commit ID:> >> >https://github.com/apache/incubator-shardingsphere/commit/90a17fd3ac5af99d0fe1bd8018ba1393b1864672> > >> >> Keys to verify the Release Candidate:> >> https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/KEYS> >> >> Every who inserted can be do acceptance test and discuss this version> >> should be release or not.> >> >> ------------------> >> >> Liang Zhang (John)> >> Apache ShardingSphere & Dubbo> >>
