-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
In the CMS we moved our method calls from join('left') to leftJoin() I'm not sure if this really makes sense because it's only a alias function to join() so we have small overhead.
Also it makes the API more complex and less maintainable.
Most of the functions are not in the interface which seams to make a problem in IntelliJ IDE so if
we don't remove them they should be in the interface.
Functions for discussion:
[]Join functions
[]where functions
Functions missing in the interface
dateAdd
dateFormat
dump
escape (and alias)
quote (and alias)
quoteName (and alias)
format
Is there a reason why these functions are not in the interface?
Metadata
Metadata
Assignees
Labels
No labels