dbms: development [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2011-08-12 18:30:39 +00:00
parent 676246fcbe
commit e0ab9853d0

View File

@ -152,6 +152,7 @@ template <> struct NearestFieldType<Int64> { typedef Int64 Type; };
template <> struct NearestFieldType<Float32> { typedef Float64 Type; };
template <> struct NearestFieldType<Float64> { typedef Float64 Type; };
template <> struct NearestFieldType<String> { typedef String Type; };
}