Commit 9ddfa87
junaid farooq
fix: Fix unrecognized functional index defined in MySQL
+ The issue leads to crashing dbal.
+ The column(s) is returned as null when the index is not recognised
+ The issue is fixed by skipping the creation of index if no columns are provided.1 parent 369ab24 commit 9ddfa87
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
733 | 737 | | |
734 | 738 | | |
735 | 739 | | |
| |||
0 commit comments