]> granicus.if.org Git - postgresql/commit
Add casting for numeric/float4/float8 type value
authorHiroshi Inoue <inoue@tpf.co.jp>
Fri, 16 Feb 2001 03:10:09 +0000 (03:10 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Fri, 16 Feb 2001 03:10:09 +0000 (03:10 +0000)
commitb24b2a5be0c087706e18534f57fee697d8cfa572
tree4d643a99f6ef44242a197ee275794d7cffcad060
parentf65ebaddb47a0ebeb6993cbe2d6c69208b3e04f3
Add casting for numeric/float4/float8 type value
automatically to compensate the lack of automatic
conversion functionality of PostgreSQL server.
For example if there's a numeric type binding
   1.2567 --> 1.2567::numeric.
I hope this change would enable the use of numeric
type in MS-Access etc.

Thanks Hiroki Kataoka for his checking my code.
src/interfaces/odbc/convert.c