gf/database/gdb
2021-07-20 23:02:02 +08:00
..
testdata update sql of unit testing case for package gdb 2021-07-08 23:06:58 +08:00
gdb_core_config.go add CtxStrict feature for package gdb 2021-06-26 18:20:55 +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 CtxStrict feature for package gdb 2021-06-26 18:20:55 +08:00
gdb_core.go add error code for components 2021-07-20 23:02:02 +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 add error code for components 2021-07-20 23:02:02 +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 automatic fields mapping and filtering for Model.Where statements 2021-06-23 12:04:16 +08:00
gdb_model_delete.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_model_fields.go Update gdb_model_fields.go 2021-07-08 15:42:51 +08:00
gdb_model_insert.go add error code for components 2021-07-20 23:02:02 +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 package gmeta for embedded struct of meta data feature 2021-02-07 21:23:09 +08:00
gdb_model_select.go add error code for components 2021-07-20 23:02:02 +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 add error code for components 2021-07-20 23:02:02 +08:00
gdb_model_utility.go fix issue #1341 2021-07-15 22:19:00 +08:00
gdb_model_with.go add error code for components 2021-07-20 23:02:02 +08:00
gdb_model.go fix issue in fields filtering for table name with as statement 2021-07-06 13:14:33 +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 fix issue #1291 2021-07-08 22:44:16 +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 more unit testing case for package gdb 2021-07-08 22:08:45 +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 add CtxStrict feature for package gdb 2021-06-26 18:20:55 +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 automatic fields mapping and filtering for Model.Where statements 2021-06-23 12:04:16 +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 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 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 add error code for components 2021-07-20 23:02:02 +08:00