不要怂,就是干,撸起袖子干!

Commit 86ea4beb by Jan Aagaard Meier Committed by GitHub

fix: oid for intrange (sparked by #6897)

1 parent 50866b8b
Showing with 1 additions and 1 deletions
...@@ -397,7 +397,7 @@ module.exports = BaseTypes => { ...@@ -397,7 +397,7 @@ module.exports = BaseTypes => {
RANGE.oid_map = { RANGE.oid_map = {
3904: 23, // int4 3904: 23, // int4
3905: 1007, 3905: 23,
3906: 1700, // Numeric 3906: 1700, // Numeric
3907: 1700, 3907: 1700,
3908: 1114, // timestamp 3908: 1114, // timestamp
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!