forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb24b2a5

Hiroshi Inoue
Add casting for numeric/float4/float8 type value
automatically to compensate the lack of automaticconversion 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 numerictype in MS-Access etc.Thanks Hiroki Kataoka for his checking my code.1 parentf65ebad commitb24b2a5
1 file changed
+27
-0
lines changedLines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1065 | 1065 |
| |
1066 | 1066 |
| |
1067 | 1067 |
| |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
1068 | 1095 |
| |
1069 | 1096 |
| |
1070 | 1097 |
| |
|
0 commit comments
Comments
(0)