potoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 months ago#NULL!lemmy.worldimagemessage-square93linkfedilinkarrow-up11.37K
arrow-up11.37Kimage#NULL!lemmy.worldpotoooooooo 🥔@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square93linkfedilink
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up3·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.