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
如题 我的业务场景下,不太可能大于2^53 而bigint用起来很不方便
The text was updated successfully, but these errors were encountered:
那应该返回什么?
Sorry, something went wrong.
就返回普通的整数 postgresql的客户端就可以自定义数据类型的解码函数 或者大于2^53的时候再返回bigint
比如 postgres ( https://www.npmjs.com/package/postgres ) 可以这么设置
比如 pg ( https://www.npmjs.com/package/pg ) 可以这么设置
No branches or pull requests
如题
我的业务场景下,不太可能大于2^53
而bigint用起来很不方便
The text was updated successfully, but these errors were encountered: