Closed mt-u closed 3 years ago
Due to this code fix(Issue #432, commit), the alias with DB :: expr('sum(value)'), on the other hand, now gives an error. The code before it is modified works fine. I want you to revert to the previous code.
DB :: expr('sum(value)')
@mt-u you are right, I was wrong. so sorry...
@WanWizard I know you are so busy, but please review my PR https://github.com/fuel/orm/pull/448 thanks
Due to this code fix(Issue #432, commit), the alias with
DB :: expr('sum(value)')
, on the other hand, now gives an error. The code before it is modified works fine. I want you to revert to the previous code.