Closed selectmatica closed 3 years ago
This is due to Firebird returning uppercase keys for the column names. I may look at converting keys to lowercase in a future release to keep in-line with the Laravel style/conventions, but this would be a breaking change.
In a laravel query where there is a relationship between belongsTo articles and their section, family and subfamily, I get this result: "code": 200,
As you can see, I get the results I need, but in addition to duplicating the section, family and subfamily fields, I also change their name by adding underscores between the letters.
Can this be solved? Thank you.