ydb-nodejs-sdk icon indicating copy to clipboard operation
ydb-nodejs-sdk copied to clipboard

feat: update types list and add conversions options

Open zeruk opened this issue 2 years ago • 0 comments

Feature Request

Describe the Feature Request

Now INT64 and UINT64 parsed in strange way: parseLong could return Number or Long It would be better to have an option to change this behaviour and deprecate this in future

Also it is possible to rework decimal type so it will work with point differently.

Also dict is now unable to use as keys complex types, fix that

Also add more types: (for example, variant can accept only tuple or struct)

Also add enum, tagged

https://github.com/ydb-platform/ydb-nodejs-sdk/issues/148

Describe Preferred Solution

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR? Yes / No (Help can be provided if you need assistance submitting a PR)

zeruk avatar May 12 '23 12:05 zeruk