Closed this issue 15 years ago · 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