27.05.2012, 20:43
The same happened for me. I had to revert back to using mysql_real_escape_string and then formatting using format(). As far as I know mysql_format serves no other purpose than just making scripters' jobs easier using the same escaping function internally. And an implementation using mysql_real_escape_string in PAWN should not be slower than mysql_format. Also, some might even prefer having their own code written using without such "wrapper" functions.
So it should not be much of a problem, I hope!
So it should not be much of a problem, I hope!