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/driver value conversion #19

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

LukaGiorgadze
Copy link
Owner

@LukaGiorgadze LukaGiorgadze commented Jan 19, 2024

This update improves the handling of uint32 and similar other types in gonull, ensuring correct conversion to driver.Value for database operations.

  • Added convertToDriverValue
  • Added targeted unit tests for comprehensive coverage.

Your feedback on these enhancements is highly appreciated. Thanks for your continued support!

Fixes #18

@LukaGiorgadze LukaGiorgadze added bug Something isn't working enhancement New feature or request labels Jan 19, 2024
@LukaGiorgadze LukaGiorgadze self-assigned this Jan 19, 2024
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a1bbca5) 100.00% compared to head (93612c8) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #19   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           68       102   +34     
=========================================
+ Hits            68       102   +34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LukaGiorgadze LukaGiorgadze merged commit 032d23a into main Jan 22, 2024
7 checks passed
@LukaGiorgadze LukaGiorgadze deleted the fix/driver-value-conversion branch January 22, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically convert to driver.Value supported type where possible
1 participant