SunboX/mootools-database

result of set

Closed this issue · 1 comments

method Database.ResultSet.Row::get returns "undefined" if col = 0

patch:

if (col == null)
{
return defaultValue;
}
return col;

should be fixed with 106260d