Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LocaleTags (0.05 seconds)

  1. tests/multi_primary_keys_test.go

    	}
    
    	if DB.Model(&blog).Association("LocaleTags").Count() != 3 {
    		t.Fatalf("ZH Blog should has three tags after Replace")
    	}
    
    	if DB.Model(&blog2).Association("LocaleTags").Count() != 2 {
    		t.Fatalf("EN Blog should has two tags after Replace")
    	}
    
    	// Delete
    	DB.Model(&blog).Association("LocaleTags").Delete(tag5)
    
    	if DB.Model(&blog).Association("LocaleTags").Count() != 3 {
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:27:38 GMT 2026
    - 13.3K bytes
    - Click Count (0)
Back to Top