Closed saulalexander123 closed 3 weeks ago
Issue "foreign key" is not interpreted correctly as "FOREIGN KEY"
Reason current code uses case sensitive string matching
Suggestion use case insensitive matching instead because SQL keywords are case insensitive although they're often written in all caps.
Ref https://stackoverflow.com/questions/153944/is-sql-syntax-case-sensitive
oh thanks, is strange case and is possibe find this issues in studend codes
Describe the bug when I import a sql script the diagram fails
To Reproduce Steps to reproduce the behavior: the script sql
Expected behavior !(the screenshot is from workbench)
Desktop (please complete the following information):
Additional context the bug is anoying