mysql2h2-converter icon indicating copy to clipboard operation
mysql2h2-converter copied to clipboard

SQLparser and ParseException is not located in the project. The tests don't work.

Open leetoo opened this issue 7 years ago • 0 comments

in sqlgrammar.jj I was this piece of code

` PARSER_BEGIN(SQLParser)

package com.granveaud.mysql2h2converter.parser;

import java.util.; import java.io.; import com.granveaud.mysql2h2converter.sql.*;

public class SQLParser { }

PARSER_END(SQLParser) `

but there isn't any SQLParser.java. And also ParseException class is missing. What jdk should I use for the project ? 1.6 ?

leetoo avatar Apr 29 '17 13:04 leetoo