potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 14 days ago#NULL!lemmy.worldimagemessage-square83linkfedilinkarrow-up11.3K
arrow-up11.3Kimage#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 14 days agomessage-square83linkfedilink
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up2·14 days 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.