I am running SQL Converter on a Windows system using Java 21. Following the instructions in the documentation, I execute the command "java -jar build/converter GUI/converter GUI. jar". In the visual interface SQL Query, I enter the SQL statement (e.g. SELECT * FROM temperature) and click "Convert", but the output is "ERROR: No statement could be parsed". Do you have any requirements for the SQL statement? I couldn't find any relevant instructions in the project documentation.
I am running SQL Converter on a Windows system using Java 21. Following the instructions in the documentation, I execute the command "java -jar build/converter GUI/converter GUI. jar". In the visual interface SQL Query, I enter the SQL statement (e.g. SELECT * FROM temperature) and click "Convert", but the output is "ERROR: No statement could be parsed". Do you have any requirements for the SQL statement? I couldn't find any relevant instructions in the project documentation.