Sorry for raising an issue - "discussions" are not enabled.
I have some questions:
- Why is order_by() a mysql-only feature when it' s a standard sql clause used in all databases?
- Why does limit expect a string instead of an integer?
- No params support? I mean, we can compose the query conditionally, but what about the params so that we can prepare/run the query after? We' d have to reproduce the logic for adding a params array.
Thanks!