gf/database/gdb
2021-06-18 15:20:27 +08:00
..
testdata improve word quoting for function FieldsEx 2020-11-04 19:53:50 +08:00
gdb_core_config.go rename configuration node name from LinkInfo to Link 2021-06-15 19:57: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 rename configuration node name from LinkInfo to Link 2021-06-15 19:57:55 +08:00
gdb_core_transaction.go remove Batch*/DoBatchInsert functions for package gdb 2021-06-08 20:32:34 +08:00
gdb_core_underlying.go rename HandleSqlBeforeCommit to DoCommit for package gdb 2021-06-08 21:55:55 +08:00
gdb_core_utility.go rename HandleSqlBeforeCommit to DoCommit for package gdb 2021-06-08 21:55:55 +08:00
gdb_core.go add Raw Model for package gdb 2021-06-18 15:20:27 +08:00
gdb_driver_mssql.go rename configuration node name from LinkInfo to Link 2021-06-15 19:57:55 +08:00
gdb_driver_mysql.go rename configuration node name from LinkInfo to Link 2021-06-15 19:57:55 +08:00
gdb_driver_oracle.go add OnDuplicate/OnDuplicateEx feature for package gdb 2021-06-16 21:44:31 +08:00
gdb_driver_pgsql.go rename configuration node name from LinkInfo to Link 2021-06-15 19:57:55 +08:00
gdb_driver_sqlite.go rename configuration node name from LinkInfo to Link 2021-06-15 19:57:55 +08:00
gdb_func.go add OnDuplicate/OnDuplicateEx feature for package gdb 2021-06-16 21:44: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 Raw Model for package gdb 2021-06-18 15:20:27 +08:00
gdb_model_delete.go improve DB interface for package gdb 2021-06-04 09:54:19 +08:00
gdb_model_fields.go improve context and nested transaction feature for package gdb 2021-05-21 13:25:53 +08:00
gdb_model_insert.go add OnDuplicate/OnDuplicateEx feature for package gdb 2021-06-16 21:51:44 +08:00
gdb_model_join.go improve context and nested transaction feature for package gdb 2021-05-21 13:25:53 +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 UNION/UNION ALL feature for package gdb 2021-06-06 23:06:39 +08:00
gdb_model_time.go add UNION/UNION ALL feature for package gdb 2021-06-06 23:06:39 +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 DB interface for package gdb 2021-06-04 09:54:19 +08:00
gdb_model_utility.go remove Link parameter from function TableFields for package gdb 2021-05-29 17:26:08 +08:00
gdb_model_with.go improve context and nested transaction feature for package gdb 2021-05-21 13:25:53 +08:00
gdb_model.go add Raw Model for package gdb 2021-06-18 15:20:27 +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 infract internal link 2021-05-21 15:30:21 +08:00
gdb_type_record.go great! completed 'with' feature for package gdb 2021-02-09 18:00:43 +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 rename HandleSqlBeforeCommit to DoCommit for package gdb 2021-06-08 21:55: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 remove Batch*/DoBatchInsert functions for package gdb 2021-06-08 20:32:34 +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 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 remove Batch*/DoBatchInsert functions for package gdb 2021-06-08 20:32:34 +08:00
gdb_z_mysql_model_test.go add Raw Model for package gdb 2021-06-18 15:20:27 +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 fix issue #1254 2021-05-25 09:56:23 +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 remove Batch*/DoBatchInsert functions for package gdb 2021-06-08 20:32:34 +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_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 Raw Model for package gdb 2021-06-18 15:20:27 +08:00