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

fix(store): fix inf.Dec and big.Int compare #406

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 21, 2023

  1. fix(store): fix inf.Dec and big.Int compare

    changes in check of responses rows procces:
    *rows data unmarshalling into byte slices.
    *rows data compare as byte slices, without transformation to 'GO' types.
    *rows diff information now more user friendly and can be customed. Diff collect row by row to string slice and can be transferred anywhere with better readable.
    illia-li committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0216a96 View commit details
    Browse the repository at this point in the history
  2. 1) conversation fixes

    2) remake ColumnRaw to string instead []byte
    illia-li committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2fbfc33 View commit details
    Browse the repository at this point in the history