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

feat & docs: add database source sqlite3 and add document of bluk copy in sql server #54

Merged
merged 6 commits into from
Oct 8, 2024

Conversation

Breeze0806
Copy link
Owner

@Breeze0806 Breeze0806 commented Oct 5, 2024

It is related with #33 and #45

Breeze0806 and others added 3 commits September 28, 2024 15:08
* feat:  add database sqlite3 reader/writer

* sqlite3: reset (#43)

* none: some env tidy up (#35)

1. Makefile: local may have 'DB2_HOME' already
2. .gitignore: adding ignores for vim and tags

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>

* fix: fix split bug when setting is not set (#37)

* feat & fix & docs: Add column name to error message when there's an error in reading or writing a column, fix the issue where ignoreOneByOneError does not work when set to false, and add F&Q for the database reader and writer. (#38)

* none: some tiny code tidy-up (#34)

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>

* docs: Update README.md

* feat & docs: improve go1.16 to go 1.20, change package sqlserver to github.com/microsoft/go-mssqldb,and Update all packages to the latest version.

* fix: fix some complime error

* fix:fix complie error

* scripts: do lint for all go version

* fix: 修复mysql的问题

* docs: fix go version

* feat: in package element add NewBigIntColumnValueFromUint64 and NewDecimalColumnValueFromFloat32, remove Float64 and add Uint64.

---------

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
Co-authored-by: Shane-XB-Qian <shane.qian@live.com>
Co-authored-by: 励码万言 <48382427+limawanyan@users.noreply.github.com>

* feat: add sqlite3 data read

* add Sqlite3 (#52)

* none: some env tidy up (#35)

1. Makefile: local may have 'DB2_HOME' already
2. .gitignore: adding ignores for vim and tags

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>

* fix: fix split bug when setting is not set (#37)

* feat:add sqlite3

---------

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
Co-authored-by: Shane-XB-Qian <shane.qian@live.com>
Co-authored-by: Breeze0806 <53822089+Breeze0806@users.noreply.github.com>

* fix: 修复sqlite3测试的问题

* fix: fit go1.20

* fix: makefile

---------

Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
Co-authored-by: Shane-XB-Qian <shane.qian@live.com>
Co-authored-by: 励码万言 <48382427+limawanyan@users.noreply.github.com>
@Breeze0806 Breeze0806 changed the title V0.2.x: release sqlite3 v0.2.x: release sqlite3 Oct 5, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 97.82609% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.56%. Comparing base (6c8ae4f) to head (a71d0ce).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
storage/database/sqlite3/source.go 89.65% 2 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   92.42%   92.56%   +0.13%     
==========================================
  Files         124      128       +4     
  Lines        6731     6869     +138     
==========================================
+ Hits         6221     6358     +137     
  Misses        406      406              
- Partials      104      105       +1     
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Breeze0806 Breeze0806 changed the title v0.2.x: release sqlite3 v0.2.x: release database source sqlite3 Oct 7, 2024
@Breeze0806 Breeze0806 changed the title v0.2.x: release database source sqlite3 v0.2.x: release database source sqlite3 and add docment of bluk copy in sql server Oct 7, 2024
@Breeze0806 Breeze0806 changed the title v0.2.x: release database source sqlite3 and add docment of bluk copy in sql server v0.2.x: release database source sqlite3 and add document of bluk copy in sql server Oct 7, 2024
@Breeze0806 Breeze0806 changed the title v0.2.x: release database source sqlite3 and add document of bluk copy in sql server feat & docs: release database source sqlite3 and add document of bluk copy in sql server Oct 7, 2024
@Breeze0806 Breeze0806 changed the title feat & docs: release database source sqlite3 and add document of bluk copy in sql server feat & docs: add database source sqlite3 and add document of bluk copy in sql server Oct 7, 2024
@limawanyan limawanyan merged commit 323a870 into main Oct 8, 2024
8 checks passed
@Breeze0806 Breeze0806 deleted the v0.2.x branch October 10, 2024 04:32
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.

3 participants