gf/database/gdb
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 fix issue #1412 2021-09-23 19:29:20 +08:00
gdb_core_config.go fix(database/gdb): #3755 error parsing database link without port number (#3772) 2024-09-13 16:50:59 +08:00
gdb_core_ctx.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
gdb_core_link.go add sharding feature for package gdb 2022-03-21 21:17:48 +08:00
gdb_core_stats.go feat: add metric feature support in goframe (#3138) 2024-03-24 21:18:30 +08:00
gdb_core_structure.go fix(database/gdb): recognize tinyint(1)/int(1) as bool (#3943) 2024-11-20 20:21:33 +08:00
gdb_core_trace.go database/gdb: remove duplicated SQL records in tracing events (#3659) 2024-06-25 21:11:36 +08:00
gdb_core_transaction.go fix: #3238 first column might be overwritten in interal context data in multiple goroutines querying (#3476) 2024-04-16 19:31:06 +08:00
gdb_core_underlying.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
gdb_core_utility.go database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585) 2024-05-22 21:14:43 +08:00
gdb_core.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
gdb_driver_default.go feature/v2.2.0 (#2154) 2022-09-26 22:11:13 +08:00
gdb_driver_wrapper_db.go database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585) 2024-05-22 21:14:43 +08:00
gdb_driver_wrapper.go feature/v2.2.0 (#2154) 2022-09-26 22:11:13 +08:00
gdb_func.go feat(database/gdb): add Raw support for Fields function of gdb.Model (#3873) 2024-10-21 09:22:31 +08:00
gdb_model_builder_where_prefix.go improve WhereBuilder feature for package gdb 2022-05-07 15:11:31 +08:00
gdb_model_builder_where.go improve WhereBuilder feature for package gdb 2022-05-07 15:11:31 +08:00
gdb_model_builder_whereor_prefix.go add WhereOrNot/WhereOrPrefixNot functions for gdb.Model (#2661) 2023-05-23 17:35:47 +08:00
gdb_model_builder_whereor.go add WhereOrNot/WhereOrPrefixNot functions for gdb.Model (#2661) 2023-05-23 17:35:47 +08:00
gdb_model_builder.go fix: orm generate sql wrong, issues #2782 (#2787) 2023-07-25 20:13:17 +08:00
gdb_model_cache.go database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585) 2024-05-22 21:14:43 +08:00
gdb_model_delete.go add field type detection for soft time field like created_at/updated_at/deleted_at to support unix timestamp or bool deleting table field (#3293) 2024-02-06 10:21:23 +08:00
gdb_model_fields.go feat(database/gdb): add Raw support for Fields function of gdb.Model (#3873) 2024-10-21 09:22:31 +08:00
gdb_model_hook.go example: password encrypt-decrypt for database using custom implement driver (#3610) 2024-06-04 22:04:36 +08:00
gdb_model_insert.go test(os/gcache): fix unit testing occasionally failed due to too short expration duration set (#3842) 2024-10-08 13:06:11 +08:00
gdb_model_join.go fix issue in Join stements with prefix specified for package gdb (#3151) 2023-11-20 20:47:26 +08:00
gdb_model_lock.go copyright comment update 2021-01-17 21:46:25 +08:00
gdb_model_option.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gdb_model_order_group.go fix(database/gdb): incompatitable statement like Order("id", "dasc") (#3949) 2024-11-21 15:08:29 +08:00
gdb_model_select.go test(database/gdb): add more unit testing cases for Raw feature (#3962) 2024-11-23 18:35:02 +08:00
gdb_model_soft_time.go perf(database/gdb): performance improvement for struct scanning when with feature disabled (#3677) 2024-09-12 15:38:18 +08:00
gdb_model_transaction.go feature/v2.3.0 (#2296) 2023-01-09 14:43:10 +08:00
gdb_model_update.go fix(database/gdb): #3754 FieldsEx feature conflicts with soft time feature in soft time fields updating (#3773) 2024-09-13 16:50:38 +08:00
gdb_model_utility.go feat(database/gdb): add Raw support for Fields function of gdb.Model (#3873) 2024-10-21 09:22:31 +08:00
gdb_model_where_prefix.go fix issue #2907 (#3005) 2023-10-11 21:34:17 +08:00
gdb_model_where.go improve WhereBuilder feature for package gdb 2022-05-07 15:11:31 +08:00
gdb_model_whereor_prefix.go add WhereOrNot/WhereOrPrefixNot functions for gdb.Model (#2661) 2023-05-23 17:35:47 +08:00
gdb_model_whereor.go add WhereOrNot/WhereOrPrefixNot functions for gdb.Model (#2661) 2023-05-23 17:35:47 +08:00
gdb_model_with.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
gdb_model.go feat(database/gdb): add Raw support for Fields function of gdb.Model (#3873) 2024-10-21 09:22:31 +08:00
gdb_result.go add structure logging handler for package glog (#2919) 2023-09-04 21:23:46 +08:00
gdb_schema.go fix issue #1554 2022-02-16 00:26:06 +08:00
gdb_statement.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
gdb_type_record.go Improved import, by group improt. 2021-11-13 23:23:55 +08:00
gdb_type_result_scanlist.go fix "gf gen pb" api and ctrl not working well. (#3076) 2023-11-08 21:26:51 +08:00
gdb_type_result.go it returns error when Scan to a none empty slice with empty Result for package gdb (#2858) 2023-08-17 20:29:06 +08:00
gdb_z_example_test.go fix issue #2339 (#2433) 2023-02-08 19:08:10 +08:00
gdb_z_mysql_internal_test.go fix(database/gdb): unix socket connection support for mysql (#3872) 2024-10-21 09:22:53 +08:00
gdb.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