Closed mlt closed 11 years ago
One may substitute this line with
if typ in set(['int', 'dou', 'rea', 'flo', 'num']):
that includes 2 more type (float8 & numeric) names taken from PG as is.
One may substitute this line with
that includes 2 more type (float8 & numeric) names taken from PG as is.