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

Implements database/sql/driver.Valuer and database/sql.Scanner on Option type #30

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

moznion
Copy link
Owner

@moznion moznion commented Jul 20, 2023

Fix #27

@moznion moznion added the enhancement New feature or request label Jul 20, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2023

Codecov Report

Merging #30 (c07ad7f) into main (30a9e7f) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         2    +1     
  Lines          191       212   +21     
=========================================
+ Hits           191       212   +21     
Impacted Files Coverage Δ
option.go 100.00% <ø> (ø)
sql_driver.go 100.00% <100.00%> (ø)

…ion type

Fix #27

Signed-off-by: moznion <moznion@mail.moznion.net>
@moznion moznion merged commit 1544d90 into main Jul 22, 2023
@moznion moznion deleted the sql_interface branch July 22, 2023 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fulfil the sql/database/driver.Valuer and driver.Scan interfaces
2 participants