Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

The search processing time has exceeded the limit. The displayed results may be partial.

  1. callbacks/preload.go

    				relForeignFields = append(relForeignFields, ref.ForeignKey)
    				foreignFields = append(foreignFields, ref.PrimaryKey)
    			} else if ref.PrimaryValue != "" {
    				tx = tx.Where(clause.Eq{Column: ref.ForeignKey.DBName, Value: ref.PrimaryValue})
    			} else {
    				relForeignKeys = append(relForeignKeys, ref.PrimaryKey.DBName)
    				relForeignFields = append(relForeignFields, ref.PrimaryKey)
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Sun May 25 07:40:40 GMT 2025
    - 11.7K bytes
    - Click Count (0)
Back to Top