8000 Add support for `PG::Numeric` type · Issue #124 · Crecto/crecto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for PG::Numeric type #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
fridgerator opened this issue Oct 19, 2017 · 2 comments
Open

Add support for PG::Numeric type #124

fridgerator opened this issue Oct 19, 2017 · 2 comments

Comments

@fridgerator
Copy link
Member

No description provided.

@jwoertink
Copy link
Contributor

Decimal is already supported, right? According to this documentation

The types decimal and numeric are equivalent. Both types are part of the SQL standard.

decimal | variable | user-specified precision, exact | up to 131072 digits before the decimal point; up to 16383 digits after the decimal point
-- | -- | -- | --
numeric | variable | user-specified precision, exact | up to 131072 digits before the decimal point; up to 16383 digits after the decimal point

So maybe this just becomes an alias?

@fridgerator
Copy link
Member Author

yeah an alias might work 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0