We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
subj
The text was updated successfully, but these errors were encountered:
Set a type for PostreSQL decimal numbers [TO SQUASH]
66477ca
[REMOVE BEFORE MERGE] Changes proposed in fixup commit: documentation, regression tests, code style. Patch adds support of PostgreSQL decimal numbers - it is possible to choose a Lua/Tarantool type that will be used for casting values with NUMERIC type [1]. By default Lua "number" type is used, the same behaviour was used before changes. Additionally user could choose two other types: Lua "string" and Tarantool's decimal type [2], [3]. Fixes tarantool#26 Fixes tarantool#25 1. https://www.postgresql.org/docs/current/datatype-oid.html 2. https://www.tarantool.io/en/doc/latest/reference/reference_lua/decimal/ 3. https://www.tarantool.io/en/doc/latest/book/box/data_model/#data-types Co-authored-by: Sergey Bronnikov <sergeyb@tarantool.org>
No branches or pull requests
subj
The text was updated successfully, but these errors were encountered: