sunnie@lemmy.ca to Programmer Humor@programming.dev · 2 years agono.. just nolemmy.caimagemessage-square95linkfedilinkarrow-up1564arrow-down119
arrow-up1545arrow-down1imageno.. just nolemmy.casunnie@lemmy.ca to Programmer Humor@programming.dev · 2 years agomessage-square95linkfedilink
minus-squaredrathvedro@lemm.eelinkfedilinkarrow-up1·2 years 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?