gf/database/gdb
2021-08-19 14:09:31 +08:00
..
testdata update sql of unit testing case for package gdb 2021-07-08 23:06:58 +08:00
gdb_core_config.go revert ORM logger from interface to glog.Logger 2021-08-10 15:36:15 +08:00
gdb_core_link.go infract internal link 2021-05-21 15:30:21 +08:00
gdb_core_structure.go remove Link parameter from function TableFields for package gdb 2021-05-29 17:26:08 +08:00
gdb_core_tracing.go unify command or enviroment key names for packages 2021-06-26 12:08:18 +08:00
gdb_core_transaction.go improve transaction feature for package gdb 2021-06-22 17:42:31 +08:00
gdb_core_underlying.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_core_utility.go add FieldCount/FieldSum/FieldMax/FieldMin/FieldAvg functions for gdb.Model 2021-08-12 19:42:44 +08:00
gdb_core.go improve context key and caller path&func outputs for logger of package glog 2021-08-10 15:46:40 +08:00
gdb_driver_mssql.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_driver_mysql.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_driver_oracle.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_driver_pgsql.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_driver_sqlite.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_func.go improve condition parameter of struct by sequence for package gdb 2021-08-19 14:09:31 +08:00
gdb_model_cache.go improve context and nested transaction feature for package gdb 2021-05-21 13:25:53 +08:00
gdb_model_condition.go add OmitNil feature for package gdb 2021-08-13 11:28:47 +08:00
gdb_model_delete.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_model_fields.go add FieldCount/FieldSum/FieldMax/FieldMin/FieldAvg functions for gdb.Model 2021-08-12 19:42:44 +08:00
gdb_model_insert.go improve time maintaining feature for package gdb 2021-08-07 11:01:15 +08:00
gdb_model_join.go comment update 2021-06-21 09:37:12 +08:00
gdb_model_lock.go copyright comment update 2021-01-17 21:46:25 +08:00
gdb_model_option.go add OmitNil feature for package gdb 2021-08-13 11:28:47 +08:00
gdb_model_select.go improve package gdb/glog 2021-08-01 10:33:33 +08:00
gdb_model_time.go improve function TableFileds for gussing table name from table string;add overwrote function DoInsert for mssql/pgsql/oracle/sqlite for unsupported features 2021-07-06 20:59:09 +08:00
gdb_model_transaction.go add function Transaction for gdb.Model 2021-05-29 17:07:49 +08:00
gdb_model_update.go improve time maintaining feature for package gdb 2021-08-07 11:01:15 +08:00
gdb_model_utility.go add OmitNil feature for package gdb 2021-08-13 11:28:47 +08:00
gdb_model_with.go fix issue #1325 2021-08-03 22:21:20 +08:00
gdb_model.go add OmitNil feature for package gdb 2021-08-13 11:28:47 +08:00
gdb_result.go fix issue #1291 2021-07-08 22:44:16 +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 add error code for components 2021-07-20 23:02:02 +08:00
gdb_type_record.go fix issue #1291 2021-07-08 22:44:16 +08:00
gdb_type_result_scanlist.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_type_result.go improve package gdb/glog 2021-08-01 10:33:33 +08:00
gdb_z_driver_test.go add CtxStrict feature for package gdb 2021-06-26 18:20:55 +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 add CtxStrict feature for package gdb 2021-06-26 18:20:55 +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 add OmitNil feature for package gdb 2021-08-13 11:28:47 +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 revert ORM logger from interface to glog.Logger 2021-08-10 15:36:15 +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 change github.com/go-sql-driver/mysql to github.com/gogf/mysql 2021-06-03 15:38:33 +08:00
gdb_z_mysql_method_test.go fix issue in Counter of package gdb 2021-07-13 19:37:16 +08:00
gdb_z_mysql_model_test.go add OmitNil feature for package gdb 2021-08-13 11:28:47 +08:00
gdb_z_mysql_raw_type_test.go add Raw Model for package gdb 2021-06-18 15:20:27 +08:00
gdb_z_mysql_struct_test.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_z_mysql_subquery_test.go remove Link parameter from function TableFields for package gdb 2021-05-29 17:26:08 +08:00
gdb_z_mysql_time_maintain_test.go improve time maintaining feature for package gdb 2021-08-07 11:01:15 +08:00
gdb_z_mysql_transaction_test.go improve transaction feature for package gdb 2021-06-22 17:42:31 +08:00
gdb_z_mysql_types_test.go add auto fields filtering feature for function Scan of package gdb; mark funtcion Struct/Structs deprecated for gdb.Model 2021-06-22 21:48:56 +08:00
gdb_z_mysql_union_test.go add UNION/UNION ALL feature for package gdb 2021-06-06 23:06:39 +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 revert ORM logger from interface to glog.Logger 2021-08-10 15:36:15 +08:00