John Paul E. Balandan, CPA
John Paul E. Balandan, CPA
In the first place, why would you name your table and/or fields too long?
I'm not trying to be rude or something. I'm asking a genuine question. If there exists a limitation of 64 characters then developers should be wary of that and try...
As `$validLocales` is protected, user extensions of `IncomingRequest` might be using this property in their own implementations which will break if we remove that. I'll vote partially for 2 with...
Please send in a PR. Maybe we'll get comments in the PR. For `$validLocales` we can deprecate it later if found it to be of no use.
I haven't thought that while `$validLocales` is unused anywhere except for the constructor and setLocale, it may be used in userland. So, yeah, removing that fully in the picture might...
Supplying an array seems faster and more economical to me.
What database driver are your using?
I see that the `$QBOrderby` property is never used in any driver so this is not a bug but a missing feature for deletes. Are you willing to tackle this?
Thanks for the feedback! I'll try to take a stab at this. 😁
Is there a valid reason to support login credentials other than email and username? If there's none, then this proposal only adds unnecessary code.