pBlueG / SA-MP-MySQL

MySQL plugin for San Andreas Multiplayer
BSD 3-Clause "New" or "Revised" License
196 stars 80 forks source link

issue #188 #222

Open kazon-m opened 4 years ago

maddinat0r commented 4 years ago

Thanks for the PR! The way you did it would break backwards-compatibility. What if someone wants to actually write null as a string into a table? Also 0 and NULL are not interchangeable, e.g. someone having 0 money and NULL money are two completely different things.