ID:133263
 
BYOND's Dantom.DB library fails to retrieve "data type" information for the columns it returns.
Not only that, it does not seem to be converting the returned values into the proper format and just leaves it as text (where as it could contain a number for example).

My primary concern with this is the fact that I can't read the data dynamically without doing a lot of extra work. Since it doesn't do this, I can either send one query for every column of data I retrieve (request the data type), or save it all manually (convert it by hand, which is faster)

If it would either convert the returned value into the proper format, or return the proper data type for the column (both would be nice), that'd be great.