sunnie@lemmy.ca to Programmer Humor@programming.dev · 1 year agono.. just nolemmy.caimagemessage-square91fedilinkarrow-up1547arrow-down118
arrow-up1529arrow-down1imageno.. just nolemmy.casunnie@lemmy.ca to Programmer Humor@programming.dev · 1 year agomessage-square91fedilink
minus-squaredrathvedro@lemm.eelinkfedilinkarrow-up1·1 year agoNo. The arrow function in where eliminates any possibility of using indexes. And how do you propose to deal with logical expressions without resorting to shit like .orWhereNot() and callback hell? And, most importantly, what about joins?
No. The arrow function in where eliminates any possibility of using indexes. And how do you propose to deal with logical expressions without resorting to shit like
.orWhereNot()
and callback hell? And, most importantly, what about joins?