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 bug reading queries in HC-Tree mode #1936

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

tylerkaraszewski
Copy link
Contributor

Details

calls to readDB in HC-Tree mode from auth sometimes fail for lack of a semi-colon.

We also fail to parse empty results correctly in this case because they look like the empty array, not empty string.

This fixes both of those.

Fixed Issues

https://github.com/Expensify/Expensify/issues/337537

Tests


Internal Testing Reminder: when changing bedrock, please compile auth against your new changes

@tylerkaraszewski tylerkaraszewski self-assigned this Nov 4, 2024
@tylerkaraszewski tylerkaraszewski requested a review from a team November 4, 2024 22:11
@melvin-bot melvin-bot bot requested review from pecanoro and removed request for a team November 4, 2024 22:12
@pecanoro pecanoro merged commit ba944ad into main Nov 5, 2024
1 check passed
@pecanoro pecanoro deleted the tyler-fix-test-readdb branch November 5, 2024 05:00
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.

2 participants