luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

In the "Column Information" types numeric doesn't return precision #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the "Column Information" types numeric doesn't return precision.

Ex.: 
Table workers ( cd_number numeric(9,0) null )

Column Information
type     byte_len  isnull
------------------------
numeric  5     1

Sugestion:
Column Information
type     precision decimal isnull
---------------------------------
numeric  9     2       1

Original issue reported on code.google.com by daniel.h...@gmail.com on 13 Nov 2009 at 1:27