Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Decode OIDs as Long #62

Merged
merged 2 commits into from
Nov 11, 2013
Merged

Decode OIDs as Long #62

merged 2 commits into from
Nov 11, 2013

Conversation

dylex
Copy link
Contributor

@dylex dylex commented Nov 5, 2013

Just a trivial little change to support numeric OIDs, which is often useful when accessing system tables or dealing with inheritance.

Technically OIDs are uint32, so Int is a theoretically better choice, but this would not properly preserve the unsignedness, which would then confuse input.

Technically OIDs are uint32, so Int is a theoretically better choice, but this
would not properly preserve the unsignedness, which would then confuse input.
@mauricio
Copy link
Owner

mauricio commented Nov 5, 2013

Can you get tests for this?

Just to make sure we won't break this in the future.

mauricio added a commit that referenced this pull request Nov 11, 2013
@mauricio mauricio merged commit b91191d into mauricio:master Nov 11, 2013
@dylex dylex deleted the oid branch November 11, 2013 18:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants