gf/database/gdb
2021-01-04 13:04:57 +08:00
..
testdata improve word quoting for function FieldsEx 2020-11-04 19:53:50 +08:00
gdb_core_config.go rename constant names 2020-12-14 19:34:02 +08:00
gdb_core_structure.go improve packge gdb for treat int8 as int64 for pgsql 2021-01-03 23:44:44 +08:00
gdb_core_utility.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_core.go fix issue of error code lost in middleware handling for package ghttp 2020-12-30 12:56:24 +08:00
gdb_driver_mssql.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_driver_mysql.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_driver_oracle.go fix issue in incorrect datetime string argument for oracle 2021-01-02 21:06:51 +08:00
gdb_driver_pgsql.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_driver_sqlite.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_func.go feat: 🐛 fix GetWhereConditionOfStruct where AND 2020-12-25 16:03:01 +08:00
gdb_model_cache.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_condition.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_delete.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_fields.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_insert.go improve insert function for package gdb 2020-12-29 20:30:29 +08:00
gdb_model_join.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_lock.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_option.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_select.go comment updates for package gdb 2020-12-29 13:30:15 +08:00
gdb_model_time.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_update.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_model_utility.go fix issue of HAVING statement before ORDER BY 2020-12-14 23:34:23 +08:00
gdb_model.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_result.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_schema.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_transaction.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_type_record_deprecated.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_type_record.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_type_result_deprecated.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_type_result_scanlist.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_type_result.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_driver_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_example_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_init_test.go improve Model.Data for shallow value copy for value type of map/slice 2020-12-27 00:11:26 +08:00
gdb_z_mysql_association_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_mysql_basic_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_mysql_ctx_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_mysql_internal_test.go rename constant names 2020-12-14 19:34:02 +08:00
gdb_z_mysql_method_test.go add example/unit testing cases for package gdb 2020-12-29 00:01:27 +08:00
gdb_z_mysql_model_test.go fix issue of error code lost in middleware handling for package ghttp 2020-12-30 12:56:24 +08:00
gdb_z_mysql_raw_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_mysql_struct_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_mysql_time_maintain_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_mysql_transaction_test.go change errors to gerror; update copyright in comment 2020-12-09 16:04:29 +08:00
gdb_z_mysql_types_test.go fix issue in uint testing case for package gdb 2021-01-04 13:04:57 +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 Query/Exec/Prepare back for gdb.Link 2020-12-29 14:01:49 +08:00