Vincent
Results
2
issues of
Vincent
It appears the PHP array short hand is being forced for version 5.4 and above? const useShortForm = (node.kind === "array" && isMinVersion(options.phpVersion, "5.4")) || (node.kind === "list" && node.shortForm...
Error validating a MySQL index with a sort order (supported in MySQL 8.0+) ```sql ALTER TABLE myTable ADD INDEX `IDX` (`column1`, `column2` DESC, `column3`, `column4`) ```
bug