gf/database/gdb
2021-05-19 22:33:50 +08:00
..
testdata improve word quoting for function FieldsEx 2020-11-04 19:53:50 +08:00
gdb_core_config.go remove maxIdleTime feature due to be compatible with old Golang version <= v1.14 2021-04-04 12:13:51 +08:00
gdb_core_structure.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_core_tracing.go upgrade otel from 0.16.0 to 0.18.0 2021-03-18 10:39:23 +08:00
gdb_core_utility.go orm with feature 2021-02-08 17:57:21 +08:00
gdb_core.go improve nested transaction feature for package gdb 2021-05-19 21:11:51 +08:00
gdb_driver_mssql.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_driver_mysql.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_driver_oracle.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_driver_pgsql.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_driver_sqlite.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_func.go improve with feature for package gdb 2021-05-02 22:35:47 +08:00
gdb_model_cache.go orm with feature 2021-02-08 17:57:21 +08:00
gdb_model_condition.go add context for custom validation rule function;add function WhereNot for gdb.Model 2021-05-19 22:33:50 +08:00
gdb_model_delete.go orm with feature 2021-02-08 17:57:21 +08:00
gdb_model_fields.go improve with feature for package gdb 2021-05-02 22:35:47 +08:00
gdb_model_insert.go add more Where*/Min/Max/Avg/Sum/CountColumn/Increment/Decrement/OrderAsc/OrderDesc/OrderRandom functions and associated unit testing cases for package gdb 2021-05-02 12:17:06 +08:00
gdb_model_join.go orm with feature 2021-02-08 17:57:21 +08:00
gdb_model_lock.go copyright comment update 2021-01-17 21:46:25 +08:00
gdb_model_option.go add package gmeta for embedded struct of meta data feature 2021-02-07 21:23:09 +08:00
gdb_model_select.go replace json.Unmarshal with json.UnmarshalUseNumber for packages 2021-05-15 22:38:07 +08:00
gdb_model_time.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_model_update.go add more Where*/Min/Max/Avg/Sum/CountColumn/Increment/Decrement/OrderAsc/OrderDesc/OrderRandom functions and associated unit testing cases for package gdb 2021-05-02 12:17:06 +08:00
gdb_model_utility.go add more Where*/Min/Max/Avg/Sum/CountColumn/Increment/Decrement/OrderAsc/OrderDesc/OrderRandom functions and associated unit testing cases for package gdb 2021-05-02 12:17:06 +08:00
gdb_model_with.go improve with feature by supporting attributes struct which also have 'with' tag 2021-05-12 21:34:15 +08:00
gdb_model.go improve Model function for struct parameter that can retrieve table name tag from 2021-05-02 23:28:24 +08:00
gdb_result.go copyright comment update 2021-01-17 21:46:25 +08:00
gdb_schema.go add unit testing case of UnmarshalValue for struct converting of querying result; improve package gdb 2021-02-27 23:58:36 +08:00
gdb_statement.go orm with feature 2021-02-08 17:57:21 +08:00
gdb_transaction.go improve nested transaction feature for package gdb 2021-05-19 21:17:21 +08:00
gdb_type_record_deprecated.go deprecated comments update 2021-03-30 13:43:08 +08:00
gdb_type_record.go great! completed 'with' feature for package gdb 2021-02-09 18:00:43 +08:00
gdb_type_result_deprecated.go deprecated comments update 2021-03-30 13:43:08 +08:00
gdb_type_result_scanlist.go improve ScanList of the same replation names for package gdb 2021-03-04 00:07:06 +08:00
gdb_type_result.go fix issue #1202 2021-03-24 22:04:04 +08:00
gdb_z_driver_test.go add unit testing case of UnmarshalValue for struct converting of querying result; improve package gdb 2021-02-27 23:58:36 +08:00
gdb_z_example_test.go improve nested transaction feature for package gdb 2021-05-19 21:11:51 +08:00
gdb_z_init_test.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_z_mysql_association_scanlist_test.go improve nested transaction feature for package gdb 2021-05-19 21:11:51 +08:00
gdb_z_mysql_association_with_test.go improve with feature by supporting attributes struct which also have 'with' tag 2021-05-12 21:34:15 +08:00
gdb_z_mysql_basic_test.go improve package gdb for association feature 2021-02-07 14:39:32 +08:00
gdb_z_mysql_ctx_test.go improve package gdb for association feature 2021-02-07 14:39:32 +08:00
gdb_z_mysql_filter_test.go add more unit testing cases,remove function Filter usage in unit testing cases for package gdb 2021-05-11 20:14:06 +08:00
gdb_z_mysql_internal_test.go fix issue #854; add maxIdleTime configuration and comments update for package gdb; version updates 2021-04-04 12:01:22 +08:00
gdb_z_mysql_method_test.go improve with feature for package gdb 2021-05-02 22:35:47 +08:00
gdb_z_mysql_model_test.go improve nested transaction feature for package gdb 2021-05-19 21:11:51 +08:00
gdb_z_mysql_raw_test.go add more unit testing cases,remove function Filter usage in unit testing cases for package gdb 2021-05-11 20:14:06 +08:00
gdb_z_mysql_struct_test.go add more unit testing cases,remove function Filter usage in unit testing cases for package gdb 2021-05-11 20:14:06 +08:00
gdb_z_mysql_time_maintain_test.go add unit testing case of UnmarshalValue for struct converting of querying result; improve package gdb 2021-02-27 23:58:36 +08:00
gdb_z_mysql_transaction_test.go improve nested transaction feature for package gdb 2021-05-19 21:11:51 +08:00
gdb_z_mysql_types_test.go add unit testing case of UnmarshalValue for struct converting of querying result; improve package gdb 2021-02-27 23:58:36 +08:00
gdb_z_oracle_internal_test.go fix issue in incorrect datetime string argument for oracle 2021-01-02 20:31:25 +08:00
gdb.go improve nested transaction feature for package gdb 2021-05-19 21:11:51 +08:00