- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for LastInsertId (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
callbacks/create.go
return } pkField = db.Statement.Schema.PrioritizedPrimaryField pkFieldName = db.Statement.Schema.PrioritizedPrimaryField.DBName } insertID, err := result.LastInsertId() insertOk := err == nil && insertID > 0 if !insertOk { if !supportReturning { db.AddError(err) } return } // append @id column with value for auto-increment primary key
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Tue Jul 29 11:06:13 GMT 2025 - 13K bytes - Click Count (0) -
api/go1.txt
pkg database/sql, type NullString struct, String string pkg database/sql, type NullString struct, Valid bool pkg database/sql, type RawBytes []uint8 pkg database/sql, type Result interface { LastInsertId, RowsAffected } pkg database/sql, type Result interface, LastInsertId() (int64, error) pkg database/sql, type Result interface, RowsAffected() (int64, error) pkg database/sql, type Row struct pkg database/sql, type Rows struct
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)