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

Update SQLite3_ The columntypescantype method of type #909

Merged
merged 5 commits into from Oct 25, 2021

Conversation

Auler
Copy link
Contributor

@Auler Auler commented Jan 22, 2021

Update SQLite3_ The columntypescantype method of type,
The original method always returns nil

The main reason for this change is that the original reflected values are nil. I found that there was no good mapping when dealing with the code here
Update 'ColumnTypeScanType' method,
Different types of mapping values
@codecov-io
Copy link

codecov-io commented Jan 22, 2021

Codecov Report

Merging #909 (5a00535) into master (3cbdae7) will decrease coverage by 0.83%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #909      +/-   ##
==========================================
- Coverage   46.80%   45.97%   -0.84%     
==========================================
  Files          11       11              
  Lines        1457     1479      +22     
==========================================
- Hits          682      680       -2     
- Misses        640      663      +23     
- Partials      135      136       +1     
Impacted Files Coverage Δ
sqlite3_type.go 0.00% <0.00%> (ø)
sqlite3.go 52.84% <0.00%> (-0.23%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3cbdae7...5a00535. Read the comment docs.

//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not delete copyright.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I didn't notice that.

@mattn
Copy link
Owner

mattn commented Oct 25, 2021

Tests passed on my environment. Thanks!

@mattn mattn merged commit 5671e01 into mattn:master Oct 25, 2021
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

3 participants