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

adapter-libsql: fix failing apply_number_ops_for_int test #4296

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

aqrln
Copy link
Member

@aqrln aqrln commented Sep 27, 2023

If an integer is required by the column type, read the number as an
integer.

I added this conversion on the JS side rather than in proxy.rs, as per
previous request by Alberto regarding other similar conversions.

If an integer is required by the column type, read the number as an
integer.

I added this conversion on the JS side rather than in `proxy.rs`, as per
previous request by Alberto regarding other similar conversions.
@aqrln aqrln requested a review from a team as a code owner September 27, 2023 23:02
@codspeed-hq
Copy link

codspeed-hq bot commented Sep 27, 2023

CodSpeed Performance Report

Merging #4296 will not alter performance

Comparing apply_number_ops_for_int (69e23ae) with main (743c426)

Summary

✅ 11 untouched benchmarks

@janpio janpio requested a review from miguelff September 28, 2023 08:04
@miguelff miguelff merged commit b6fe3c0 into main Sep 28, 2023
@miguelff miguelff deleted the apply_number_ops_for_int branch September 28, 2023 08:07
@aqrln aqrln added the topic: driver adapters formerly phase 1 label Oct 3, 2023
@aqrln aqrln added this to the 5.4.0 milestone Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: driver adapters formerly phase 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants