Vipin Sharma
Vipin Sharma
Tried to build it from the latest code and getting this error now. ``` abseil/20200923.3: Generator cmake created conanbuildinfo.cmake abseil/20200923.3: Calling build() /bin/sh: 1: cmake: not found abseil/20200923.3: abseil/20200923.3: ERROR:...
> ``` > > /bin/sh: 1: cmake: not found > > ``` > > > > Can you try installing `cmake`? > > It worked after installing cmake. Thanks!
Tried below as well `CCJSqlParserUtil.parse(ddl, parser -> parser.withSquareBracketQuotation(true));` Now Exception is: ``` Encountered unexpected token: "[Person]" at line 1, column 372. Was expecting one of: ")" "," "CHAR" ```
This code works fine, here I have removed columns having custom types from DDL. This DDL is part of famous adventureworks database. ``` String a = """ CREATE TABLE [Person].[Person]...
Tried with previous version of JSQLParser 4.3 and similar behavior.
Good to know this is a limitation in JSQLParser, not an error in my code. PR is good idea, I am afraid I can not start coding immediately as this...
@wumpz I am using this for another open source project I am developing now a days, for now I am afraid will not be able to spend time in this...
> @Vipin-Sharma : Checkout the unoffical documentation of the supported grammar at http://217.160.215.75:8080/jsqlformatter/syntax.html @manticore-projects this is helpful to understand what is supported right now. If code generated this is open...
This is good idea, please go ahead @hbelmiro