Some problems with CREATE statements parsing. #1437
Replies: 4 comments 7 replies
-
@manticore-projects |
Beta Was this translation helpful? Give feedback.
-
Congrats! :-D
Please share one or 2 sample DDLs with me and I will see what I can do. Just share the ling from the JSQLFormatter UI please. |
Beta Was this translation helpful? Give feedback.
-
On your Database MetaData implementation, maybe have a look at SQLSheet which emulates an Excel Spreadsheet based database. https://github.com/panchmp/sqlsheet/blob/master/src/main/java/com/sqlsheet/XlsDatabaseMetaData.java |
Beta Was this translation helpful? Give feedback.
-
Greetings. I have fixed the Online SQL Formatter, you can try your samples. Cheers |
Beta Was this translation helpful? Give feedback.
-
Hello!
This week I got the task of obtaining metadata for the SQLite database. But this is a pretty specific database that does not want to return me metadata in the form of a table or something else. It remains only to parse tables DDL. And then I was faced with the fact that half of our standard Chinook.db tables do not want to be parsed correctly.
Maybe you can help me to figure out, what can I Do with these problems.
I think, that the main issue can be with square brackets. But a special option in the demo version didn't help...
Beta Was this translation helpful? Give feedback.
All reactions