Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Updatable (0.38 seconds)

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

  1. callbacks/update.go

    									value = stmt.DB.NowFunc().Unix()
    								} else {
    									value = stmt.DB.NowFunc()
    								}
    								isZero = false
    							}
    
    							if (ok || !isZero) && field.Updatable {
    								set = append(set, clause.Assignment{Column: clause.Column{Name: field.DBName}, Value: value})
    								assignField := field
    								if isDiffSchema {
    Created: Sun Dec 28 09:35:17 GMT 2025
    - Last Modified: Sun May 25 07:40:40 GMT 2025
    - 9.6K bytes
    - Click Count (0)
Back to Top