- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for assocOps (0.21 sec)
-
generics.go
func (c chainG[T]) processSet(items ...clause.Assigner) setCreateOrUpdateG[T] { var ( assigns []clause.Assignment assocOps []clause.Association ) for _, item := range items { // Check if it's an AssociationAssigner if assocAssigner, ok := item.(clause.AssociationAssigner); ok { assocOps = append(assocOps, assocAssigner.AssociationAssignments()...) } else { assigns = append(assigns, item.Assignments()...) } }
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sun Nov 02 14:09:18 UTC 2025 - 25.9K bytes - Viewed (0) -
tests/association_generics_test.go
} // Test Set + Update with multiple association operations assocOp1 := clause.Association{ Association: "Pets", Type: clause.OpCreate, Set: []clause.Assignment{ {Column: clause.Column{Name: "name"}, Value: "test-pet-1"}, }, } assocOp2 := clause.Association{ Association: "Toys", Type: clause.OpCreate, Set: []clause.Assignment{Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Fri Sep 12 05:42:26 UTC 2025 - 37.9K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.next_page=Suivant labels.did_not_match=Votre recherche - <b>{0}</b> - ne correspond à aucun document. labels.search_title=Fess labels.search_popular_word_word=Mots populaires : labels.search_related_queries=Mots associés : labels.search_result_select_sort=- Trier - labels.search_result_select_num=- Nombre d'affichages - labels.search_result_sort_score_desc=par score labels.search_result_sort_filename_asc=par nom de fichier (asc)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0)