View Single Post
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 05-18-2010 , 17:55   Re: [TF2 Stats] With Web Ranking and Item Logger [v6.1/6.5.5]
Reply With Quote #508

With SQLite records are set to "null" instead of 0, so if a player has 0 kills with the huntsman, he has "null" kills with the huntsman. Likewise, the default values are also "null".
However, with mysql you have to use "0" and not null, so direct importing from sqlite causes problems.
__________________
DarthNinja is offline