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: update typeof comparision to be string based #1914

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

sytone
Copy link
Contributor

@sytone sytone commented Apr 25, 2024

In the IndexedDB store comparision for the cursor in the from api call is against an object and from documentation the typeof returns a string so comparision should be string based.

This initial change is to validate against existing test, further review of tests is needed to ensure this does not regress later.

This is to resolve issue #1775

Thank you for the time you are putting into AlaSQL!

Current comparision is against an object and from documentation the typeof returns a string so comparision should be string based.
@mathiasrw mathiasrw merged commit 6ecba2e into AlaSQL:develop Apr 29, 2024
10 checks 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.

None yet

2 participants