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 GETting multi-row values #11

Merged
merged 21 commits into from
Nov 4, 2024
Merged

Fix GETting multi-row values #11

merged 21 commits into from
Nov 4, 2024

Conversation

olapiv
Copy link
Collaborator

@olapiv olapiv commented Oct 31, 2024

  • Always check errors using getNdbError()
  • Compare hashes in bash tests instead of full values
    FIXES:
  • Multi-value-row fetching: use different memory for each row
  • Multi-value-row fetching: use clean struct for every fetch (place fetch into separate func)
  • Calculate number of value rows correctly in SET
  • Using uint8 for type safety when read/writing value lengths from buffers
  • Usage of auto-increment for rondb_key; use SQL's AUTO_INCREMENT

@olapiv olapiv merged commit 9d1d7ce into master Nov 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant