Releases: seipan/csql
Releases · seipan/csql
v0.2.0
Changelog
- 6d6bcb5 Add renovate.json
- e48497a Initial
- ff0aa01 Merge pull request #10 from seipan/renovate/github.com-mattn-go-sqlite3-1.x
- 7a18d2e Merge pull request #11 from seipan/renovate/codecov-codecov-action-4.x
- 1d05e09 Merge pull request #12 from seipan/renovate/github.com-stretchr-testify-1.x
- 3ea54b2 Merge pull request #13 from seipan/renovate/github.com-go-sql-driver-mysql-1.x
- cc83da9 Merge pull request #14 from seipan/renovate/github.com-go-sql-driver-mysql-1.x
- 3db36bc Merge pull request #15 from seipan/feat/e2e-test
- 14f735a Merge pull request #16 from seipan/renovate/actions-setup-go-5.x
- a63b3e2 Merge pull request #17 from seipan/renovate/mysql-8.x
- cf2dea6 Merge pull request #18 from seipan/revert-14-renovate/github.com-go-sql-driver-mysql-1.x
- e28ebb4 Merge pull request #19 from seipan/renovate/github.com-go-sql-driver-mysql-1.x
- 290d552 Merge pull request #2 from seipan/renovate/configure
- a27ee19 Merge pull request #20 from seipan/renovate/mysql-8.x
- ca92b1d Merge pull request #3 from seipan/renovate/github.com-mattn-go-sqlite3-1.x
- 8823bdc Merge pull request #4 from seipan/renovate/github.com-spf13-cobra-1.x
- 6582fef Merge pull request #6 from seipan/renovate/actions-setup-go-5.x
- 1843607 Merge pull request #7 from seipan/renovate/gopkg.in-yaml.v2-3.x
- 5da941a Merge pull request #8 from seipan/renovate/github.com-mattn-go-sqlite3-1.x
- ea0f545 Merge pull request #9 from seipan/renovate/gopkg.in-yaml.v2-3.x
- 012104d Revert "Update module github.com/go-sql-driver/mysql to v1.8.1"
- 4550973 Update actions/setup-go action to v5
- 0d33c6c Update actions/setup-go action to v5
- 57ed31f Update codecov/codecov-action action to v4
- d4f3235 Update module github.com/go-sql-driver/mysql to v1.8.0
- c72e266 Update module github.com/go-sql-driver/mysql to v1.8.1
- 0d39130 Update module github.com/go-sql-driver/mysql to v1.8.1
- 0281095 Update module github.com/mattn/go-sqlite3 to v1.14.19
- 14a2386 Update module github.com/mattn/go-sqlite3 to v1.14.20
- 1035463 Update module github.com/mattn/go-sqlite3 to v1.14.22
- 0b4ae70 Update module github.com/spf13/cobra to v1.8.0
- b5e483c Update module github.com/stretchr/testify to v1.9.0
- 6735140 Update module gopkg.in/yaml.v2 to v3
- 24ec4fa Update module gopkg.in/yaml.v2 to v3
- daefcf4 Update mysql Docker tag to v8
- a6a0238 Update mysql Docker tag to v8.4
- b426beb feat : Add test
- 560fa27 feat : create tacle
- e6a7c8d fix : dsn pass
- ea9f286 fix : use go run .
- 0a503a8 fix : yaml import v2 to v3
v0.1.0
Changelog
- 602ca8e Merge branch 'main' of github.com:seipan/csql
- 063c4d9 Merge pull request #1 from seipan/feat/insert-visual
- 7374979 Update README.md
- c8c34e1 Update README.md
- f4439f3 Update README.md
- f0c807f Update README.md
- c04eef2 Update README.md
- a775b3f Update README.md
- e3024a2 Update README.md
- 25e0c80 feat(db) : Add visual inserting %
- 93fd6c3 feat(readme) : Add insert cases
- c3e2e17 fix(cmd) : bug fix of QueryExec and cmd Panic
- 76153ff fix(mysql) : Add db.Ping err catch
v0.0.1
Changelog
- 4fd1370 Create go.yml
- 6818f84 Initial commit
- 81a90fc Merge branch 'main' of github.com:seipan/csql
- de1b9f7 Merge branch 'main' of github.com:seipan/csql
- 18fc981 Merge branch 'main' of https://github.com/seipan/csql
- ccd4b2e Update README.md
- e40ed2b Update README.md
- 7b2f869 Update README.md
- 8deec71 Update README.md
- ced2330 Update README.md
- ed2fb89 chore(ci) : update go.yml
- ec64353 chore(query) : newInserter Argment
- 644aa71 feat : change directory structure
- 67508fc feat : csv read
- c30814a feat : dir init
- 8b81829 feat : get table shema from csv
- 86788b6 feat : go mod tidy
- 8aaf80e feat : licsence
- e48c3c8 feat : licsence
- f2dd216 feat : liscence
- 47d5f52 feat : logo
- 3510d98 feat : read yml
- d9caefc feat : some test code
- e6533b7 feat : test code
- 8fc6f1a feat : testdata
- 613630a feat : yml test code
- 8919e8f feat(ci) : code ql
- 13059e9 feat(ci) : release.yml
- f5f1308 feat(cli) : command option
- de41c2f feat(cmd) : cmd Complete
- 592749a feat(csv) : CSVFormatExec method
- 0f3752e feat(csv) : csv format check method
- bc5eb2e feat(csv) : test of csvFormat
- 9165181 feat(db) : Add TestQueryExec
- 8c83d2d feat(db) : InsertExec
- 0b41d11 feat(db) : NewSQL.DB method
- 74a5644 feat(db) : QueryExec func
- 60bd67d feat(db) : newSQLinserter method
- 02889ca feat(lib) : Add yaml parser
- f1bbddf feat(query) : Add mysql sqlite psql mariadb QueryInserter
- 358a5f0 feat(query) : insert method
- edbef28 fix : read yml
- ba8f260 fix(ci) : remove codeQL
- 438c2bb fix(ci) : remove lint
- a284630 tests(lib/db) : Add TestNewSQLInserter code