gf/contrib/drivers/mysql
John Guo 455830b842
Some checks failed
GoFrame Main CI / code-test (1.20, 386) (push) Has been cancelled
GoFrame Main CI / code-test (1.20, amd64) (push) Has been cancelled
GoFrame Main CI / code-test (1.21, 386) (push) Has been cancelled
GoFrame Main CI / code-test (1.21, amd64) (push) Has been cancelled
GoFrame Main CI / code-test (1.22, 386) (push) Has been cancelled
GoFrame Main CI / code-test (1.22, amd64) (push) Has been cancelled
GoFrame Main CI / code-test (1.23, 386) (push) Has been cancelled
GoFrame Main CI / code-test (1.23, amd64) (push) Has been cancelled
GoFrame Sub CI / code-test (1.20, 386) (push) Has been cancelled
GoFrame Sub CI / code-test (1.20, amd64) (push) Has been cancelled
GoFrame Sub CI / code-test (1.21, 386) (push) Has been cancelled
GoFrame Sub CI / code-test (1.21, amd64) (push) Has been cancelled
GoFrame Sub CI / code-test (1.22, 386) (push) Has been cancelled
GoFrame Sub CI / code-test (1.22, amd64) (push) Has been cancelled
GoFrame Sub CI / code-test (1.23, 386) (push) Has been cancelled
GoFrame Sub CI / code-test (1.23, amd64) (push) Has been cancelled
Sync to Gitee / Run (push) Has been cancelled
GolangCI-Lint / golangci-lint (1.20) (push) Has been cancelled
GolangCI-Lint / golangci-lint (1.21.4) (push) Has been cancelled
GolangCI-Lint / golangci-lint (1.22) (push) Has been cancelled
GolangCI-Lint / golangci-lint (1.23) (push) Has been cancelled
Sonarcloud Scan / Scorecards analysis (push) Has been cancelled
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
test(database/gdb): add more unit testing cases for Raw feature (#3962)
2024-11-23 18:35:02 +08:00
..
testdata feat(database/gdb): remove unnecessary blank character requirement in tag for With feature of gdb.Model (#3875) 2024-11-11 21:59:26 +08:00
go.mod feat: new version v2.8.1 (#3950) 2024-11-21 20:51:46 +08:00
go.sum feat: new version v2.8.0 (#3924) 2024-11-14 13:26:23 +08:00
mysql_do_filter.go fix(database/gdb): remove support of Array/Value/Count operations for result that has multiple record fields (#3839) 2024-10-08 20:42:06 +08:00
mysql_open.go fix(database/gdb): unix socket connection support for mysql (#3872) 2024-10-21 09:22:53 +08:00
mysql_table_fields.go enhance: do not ignore error from gdb.FormatMultiLineSqlToSingle func (#3368) 2024-03-13 19:22:17 +08:00
mysql_tables.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_basic_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_core_test.go refactor(encoding/gjson): change data parameter from type any to []byte (#3542) 2024-09-28 18:10:00 +08:00
mysql_z_unit_feature_ctx_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_hook_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_master_slave_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_model_builder_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_model_do_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_model_join_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_model_sharding_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_model_struct_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_model_subquery_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_raw_type_test.go test(database/gdb): add more unit testing cases for Raw feature (#3962) 2024-11-23 18:35:02 +08:00
mysql_z_unit_feature_scanlist_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_soft_time_test.go fix: #3613 ignore automatic handling for creating/updating time if it has been specified (#3615) 2024-06-12 21:41:44 +08:00
mysql_z_unit_feature_union_test.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00
mysql_z_unit_feature_with_test.go feat(database/gdb): remove unnecessary blank character requirement in tag for With feature of gdb.Model (#3875) 2024-11-11 21:59:26 +08:00
mysql_z_unit_init_test.go feat(database/gdb): add time field type for value converting for/from field (#3712) 2024-09-10 17:51:22 +08:00
mysql_z_unit_internal_test.go fix(database/gdb): unix socket connection support for mysql (#3872) 2024-10-21 09:22:53 +08:00
mysql_z_unit_issue_test.go fix(database/gdb): incompatitable statement like Order("id", "dasc") (#3949) 2024-11-21 15:08:29 +08:00
mysql_z_unit_model_test.go fix(database/gdb): incompatitable statement like Order("id", "dasc") (#3949) 2024-11-21 15:08:29 +08:00
mysql_z_unit_transaction_test.go test(drivers/mysql): use asserts function to replace if statement (#3849) 2024-11-11 20:54:57 +08:00
mysql.go fix issue #3286 (#3289) 2024-01-30 20:03:58 +08:00