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