Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix foreign key comparison case sensitive
SQL keywords are case insensitive although they are often written in all caps. Object return from node-sql-parser is actually case sensitive based on the imported sql, thus "foreign key" doesn't work as expected.
- Loading branch information