Skip to content
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

bug with decimal representation #1234

Closed
laskoviymishka opened this issue May 17, 2024 · 0 comments
Closed

bug with decimal representation #1234

laskoviymishka opened this issue May 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@laskoviymishka
Copy link

Bug Report

YDB GO SDK version: v3.66.3

YDB driver after updates start to corrupt some decimal data:

Incomming:

*scanner.rawConverter
{[0 0 0 0 0 0 0 0 0 0 0 0 2 250 240 128] 22 9}

YDB Representation:

{
  "pricing_quantity": "0.05"
}

Environment

Current behavior:

Driver representation:

"050000000"

Expected behavior:

Old driver representation:

0.05

Steps to reproduce:

Related code:

insert short code snippets here

Other information:

@laskoviymishka laskoviymishka added the bug Something isn't working label May 17, 2024
@asmyasnikov asmyasnikov changed the title bug: bug with decimal representation May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants