potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 months ago#NULL!lemmy.worldimagemessage-square88linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1image#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square88linkfedilink
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up0·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.