forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52350c7
committed
Add NUMERICOID return type. Treat it as floating point for now. This
could be changed if we create a new Python type that matches it betterbut NUMERIC <==> FLOAT probably works fine for most cases.1 parent97c7db2 commit52350c7
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| |||
298 | 299 |
| |
299 | 300 |
| |
300 | 301 |
| |
| 302 | + | |
301 | 303 |
| |
302 | 304 |
| |
303 | 305 |
| |
| |||
1805 | 1807 |
| |
1806 | 1808 |
| |
1807 | 1809 |
| |
| 1810 | + | |
1808 | 1811 |
| |
1809 | 1812 |
| |
1810 | 1813 |
| |
| |||
1940 | 1943 |
| |
1941 | 1944 |
| |
1942 | 1945 |
| |
| 1946 | + | |
1943 | 1947 |
| |
1944 | 1948 |
| |
1945 | 1949 |
| |
|
0 commit comments
Comments
(0)