Skip to content
Snippets Groups Projects
Commit b24b2a5b authored by Hiroshi Inoue's avatar Hiroshi Inoue
Browse files

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.
parent f65ebadd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment