potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 months ago#NULL!lemmy.worldimagemessage-square69linkfedilinkarrow-up11.21Karrow-down19
arrow-up11.2Karrow-down1image#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square69linkfedilink
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up2·2 months agoI mean a prepared statement is still created with a string. But you definitely want to be using bind parameters with your prepared statements. Not only for security but also potentially performance improvements.
I mean a prepared statement is still created with a string.
But you definitely want to be using bind parameters with your prepared statements. Not only for security but also potentially performance improvements.