.. |
testdata
|
improve word quoting for function FieldsEx
|
2020-11-04 19:53:50 +08:00 |
gdb_core_config.go
|
add custom CreatedAt/UpdatedAt/DeletedAt filed name configuration for package gdb
|
2020-10-20 21:01:39 +08:00 |
gdb_core_structure.go
|
add automatic data key to field name mapping feature for package gdb
|
2020-10-17 18:16:13 +08:00 |
gdb_core_utility.go
|
change function HandleSqlBeforeExec to HandleSqlBeforeCommit for package gdb
|
2020-03-09 22:00:01 +08:00 |
gdb_core.go
|
add custom CreatedAt/UpdatedAt/DeletedAt filed name configuration for package gdb
|
2020-10-20 21:01:39 +08:00 |
gdb_driver_mssql.go
|
improve structure sql for package gdb
|
2020-10-12 23:22:56 +08:00 |
gdb_driver_mysql.go
|
improve adapter definition for package gcache
|
2020-10-09 20:59:49 +08:00 |
gdb_driver_oracle.go
|
improve structure sql for package gdb
|
2020-10-12 23:22:56 +08:00 |
gdb_driver_pgsql.go
|
improve structure sql for package gdb
|
2020-10-12 23:22:56 +08:00 |
gdb_driver_sqlite.go
|
improve adapter definition for package gcache
|
2020-10-09 20:59:49 +08:00 |
gdb_func.go
|
mark gconv.StructDeep/StructsDeep deprecated
|
2020-11-05 23:02:29 +08:00 |
gdb_model_cache.go
|
improve cache feature of package gdb.Model
|
2020-04-26 21:31:55 +08:00 |
gdb_model_condition.go
|
comment update for gdb.Model.Page
|
2020-08-04 09:22:21 +08:00 |
gdb_model_delete.go
|
add custom CreatedAt/UpdatedAt/DeletedAt filed name configuration for package gdb
|
2020-10-20 21:01:39 +08:00 |
gdb_model_fields.go
|
improve gdb.Model.Fields/FieldsEx for package gdb
|
2020-10-10 14:00:10 +08:00 |
gdb_model_insert.go
|
add custom CreatedAt/UpdatedAt/DeletedAt filed name configuration for package gdb
|
2020-10-20 21:01:39 +08:00 |
gdb_model_join.go
|
add sub query sql support for join functions
|
2020-09-03 21:57:58 +08:00 |
gdb_model_lock.go
|
add Lock* functions for gdb.Model and improve Data/Where functions for gdb.Model
|
2020-03-13 17:21:30 +08:00 |
gdb_model_option.go
|
add Lock* functions for gdb.Model and improve Data/Where functions for gdb.Model
|
2020-03-13 17:21:30 +08:00 |
gdb_model_select.go
|
improve word quoting for function FieldsEx
|
2020-11-04 19:53:50 +08:00 |
gdb_model_soft_time.go
|
fix issue in
|
2020-10-27 10:40:47 +08:00 |
gdb_model_update.go
|
add custom CreatedAt/UpdatedAt/DeletedAt filed name configuration for package gdb
|
2020-10-20 21:01:39 +08:00 |
gdb_model_utility.go
|
add automatic data key to field name mapping feature for package gdb
|
2020-10-17 18:16:13 +08:00 |
gdb_model.go
|
add function Having for gdb.Model
|
2020-04-11 10:11:52 +08:00 |
gdb_result.go
|
add GetVar function for package genv; add DryRun feature for package gdb
|
2020-04-02 20:52:37 +08:00 |
gdb_schema.go
|
add automatic time and soft deleting features: create_at/update_at/delete_at for package gdb; improve schema changing feature for package gdb
|
2020-04-08 21:26:14 +08:00 |
gdb_transaction.go
|
improve some transaction operations by directly calling model operations, making their implements logic the same
|
2020-08-31 15:57:04 +08:00 |
gdb_type_record_deprecated.go
|
improve struct conversion of empty result/record for package gdb
|
2020-04-28 21:03:25 +08:00 |
gdb_type_record.go
|
improve Record.Struct for package gdb
|
2020-04-29 09:12:13 +08:00 |
gdb_type_result_deprecated.go
|
improve struct conversion of empty result/record for package gdb
|
2020-04-28 21:03:25 +08:00 |
gdb_type_result_scanlist.go
|
improve gdb.Model.ScanList
|
2020-09-28 23:52:02 +08:00 |
gdb_type_result.go
|
add ScanList feature for gdb.Model
|
2020-07-05 11:54:37 +08:00 |
gdb_z_driver_test.go
|
add ScanList feature for gdb.Result
|
2020-07-05 11:23:39 +08:00 |
gdb_z_example_test.go
|
rename testing file names for package gdb
|
2020-06-06 14:38:05 +08:00 |
gdb_z_init_test.go
|
add ScanList feature for gdb.Model
|
2020-07-05 11:54:37 +08:00 |
gdb_z_mysql_association_test.go
|
improve unit testing case for association feature for package gdb
|
2020-09-25 08:33:22 +08:00 |
gdb_z_mysql_basic_test.go
|
rename testing file names for package gdb
|
2020-06-06 14:38:05 +08:00 |
gdb_z_mysql_internal_test.go
|
add custom CreatedAt/UpdatedAt/DeletedAt filed name configuration for package gdb
|
2020-10-20 21:01:39 +08:00 |
gdb_z_mysql_method_test.go
|
add automatic data key to field name mapping feature for package gdb
|
2020-10-17 18:16:13 +08:00 |
gdb_z_mysql_model_test.go
|
improve word quoting for function FieldsEx
|
2020-11-04 19:53:50 +08:00 |
gdb_z_mysql_soft_time_test.go
|
add automatic data key to field name mapping feature for package gdb
|
2020-10-17 18:16:13 +08:00 |
gdb_z_mysql_struct_test.go
|
add more unit testing case for package gdb
|
2020-07-08 19:12:48 +08:00 |
gdb_z_mysql_transaction_test.go
|
do tx.Rollback if there's panic in gdb.Transaction
|
2020-10-09 23:42:33 +08:00 |
gdb_z_mysql_types_test.go
|
improve date type support for package gdb; improve datetime string for gtime.StrToTime; improve function gtime.New for more types
|
2020-08-21 23:41:12 +08:00 |
gdb_z_oracle_internal_test.go
|
add more unit testing case for package gdb
|
2020-09-07 20:25:59 +08:00 |
gdb.go
|
add custom CreatedAt/UpdatedAt/DeletedAt filed name configuration for package gdb
|
2020-10-20 21:01:39 +08:00 |