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

add Sqlite3 #52

Merged
merged 14 commits into from
Sep 28, 2024
Merged

add Sqlite3 #52

merged 14 commits into from
Sep 28, 2024

Conversation

limawanyan
Copy link
Collaborator

@limawanyan limawanyan commented Sep 9, 2024

#33

@Breeze0806
Copy link
Owner

Breeze0806 commented Sep 18, 2024

请提供单元测试用例

@limawanyan
Copy link
Collaborator Author

已提交单元测试用例

@Breeze0806 Breeze0806 merged commit f6a5cae into Breeze0806:sqlite3 Sep 28, 2024
@Breeze0806
Copy link
Owner

由于本分支不能自动跑测试用例,本特性合入本分支后合入开发分支v0.2.x后结束本分支。

limawanyan added a commit that referenced this pull request Sep 28, 2024
* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Shane-XB-Qian <[email protected]>
Co-authored-by: 励码万言 <48382427 [email protected]>

* 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 <[email protected]>

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

* feat:add sqlite3

---------

Signed-off-by: shane.xb.qian <[email protected]>
Co-authored-by: Shane-XB-Qian <[email protected]>
Co-authored-by: Breeze0806 <53822089 [email protected]>

* fix: 修复sqlite3测试的问题

* fix: fit go1.20

* fix: makefile

---------

Signed-off-by: shane.xb.qian <[email protected]>
Co-authored-by: Shane-XB-Qian <[email protected]>
Co-authored-by: 励码万言 <48382427 [email protected]>
limawanyan added a commit that referenced this pull request Oct 8, 2024
…y in sql server (#54)

* add Sqlite3 to v0.2.x (#53)

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Shane-XB-Qian <[email protected]>
Co-authored-by: 励码万言 <48382427 [email protected]>

* 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 <[email protected]>

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

* feat:add sqlite3

---------

Signed-off-by: shane.xb.qian <[email protected]>
Co-authored-by: Shane-XB-Qian <[email protected]>
Co-authored-by: Breeze0806 <53822089 [email protected]>

* fix: 修复sqlite3测试问题

* fix: fit go1.20

* fix: makefile

---------

Signed-off-by: shane.xb.qian <[email protected]>
Co-authored-by: Shane-XB-Qian <[email protected]>
Co-authored-by: 励码万言 <48382427 [email protected]>

* docs & test: add sqlite3 unit test , fix the issue of readme document

* fix: fix check error

* docs: add docment of bulk copy(BULK INSERT)

* build: upgrade mod file

* docs: fix some errors in config file and document

---------

Signed-off-by: shane.xb.qian <[email protected]>
Co-authored-by: Shane-XB-Qian <[email protected]>
Co-authored-by: 励码万言 <48382427 [email protected]>
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