13.07.2015, 16:38
Quote:
You should be able to catch that with ifnull(). NULL values aren't handled very well because Pawn doesn't know it. The MySQL plugin also has troubles with it and opts to return the string "NULL", which is both annoying if you're not expecting a string and hard to discern if you are.
|
All Kalcor needs to do is check if the pointer to the result value is 0, then avoid reading it.