remove some codes
This commit is contained in:
parent
1d6ee71300
commit
aa62fb7584
@ -18,9 +18,9 @@ func TestToDBName(t *testing.T) {
|
|||||||
"FieldX": "field_x",
|
"FieldX": "field_x",
|
||||||
"HTTPAndSMTP": "http_and_smtp",
|
"HTTPAndSMTP": "http_and_smtp",
|
||||||
"HTTPServerHandlerForURLID": "http_server_handler_for_url_id",
|
"HTTPServerHandlerForURLID": "http_server_handler_for_url_id",
|
||||||
"UUID": "uuid",
|
"UUID": "uuid",
|
||||||
"HTTPURL": "http_url",
|
"HTTPURL": "http_url",
|
||||||
"HTTP_URL": "http_url",
|
"HTTP_URL": "http_url",
|
||||||
"ThisIsActuallyATestSoWeMayBeAbleToUseThisCodeInGormPackageAlsoIdCanBeUsedAtTheEndAsID": "this_is_actually_a_test_so_we_may_be_able_to_use_this_code_in_gorm_package_also_id_can_be_used_at_the_end_as_id",
|
"ThisIsActuallyATestSoWeMayBeAbleToUseThisCodeInGormPackageAlsoIdCanBeUsedAtTheEndAsID": "this_is_actually_a_test_so_we_may_be_able_to_use_this_code_in_gorm_package_also_id_can_be_used_at_the_end_as_id",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,8 +79,8 @@ type Assignment struct {
|
|||||||
|
|
||||||
// Clone clone current statement
|
// Clone clone current statement
|
||||||
func (stmt *Statement) Clone() *Statement {
|
func (stmt *Statement) Clone() *Statement {
|
||||||
newStatement := *stmt
|
// newStatement := *stmt
|
||||||
return &newStatement
|
return &*stmt
|
||||||
}
|
}
|
||||||
|
|
||||||
// BuildCondition build condition
|
// BuildCondition build condition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user