[TAP] MAJOR FIX: the type of computed columns was ALWAYS returned as VARCHAR.
This is particularly annoying for numeric functions like sqrt(...) (example query: SELECT TOP 1 sqrt(2) as s2 FROM whatever_table). This bug has been raised by M. Taylor.
Loading
Please register or sign in to comment