Feature Description
Description
A few of our projects use the odbc-pdo-extension in conjunction with an IBM I-driver. This driver sends the table and column names in all-caps, causing the Eloquent autocomplete to only recognize the uppercase variant.
Our code uses the Laravel convention of lowercase in all of our code and in migration files, but this causes the autocomplete to not work.
Thanks for looking into this!
Feature Description
Description
A few of our projects use the
odbc-pdo-extension in conjunction with an IBM I-driver. This driver sends the table and column names in all-caps, causing the Eloquent autocomplete to only recognize the uppercase variant.Our code uses the Laravel convention of lowercase in all of our code and in migration files, but this causes the autocomplete to not work.
Thanks for looking into this!