The fantastic ORM library for Golang, aims to be developer friendly
15 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | chainable_api.go | 21 | return |
| LOW | chainable_api.go | 201 | // // Find the first user with name jinzhu and age 20 |
| LOW | chainable_api.go | 361 | } |
| LOW | chainable_api.go | 401 | return |
| LOW | chainable_api.go | 421 | return |
| LOW | finisher_api.go | 301 | return |
| LOW | finisher_api.go | 341 | return |
| LOW | migrator/migrator.go | 641 | |
| LOW | callbacks/preload.go | 21 | // "k2.k3": {"arg3"}, |
| LOW | internal/stmt_store/stmt_store.go | 41 | // key: The key representing the SQL query, used for caching and preparing the statement. |
| LOW | internal/stmt_store/stmt_store.go | 61 | // Set stores the given Stmt object in the store and associates it with the specified key. |
| LOW | internal/stmt_store/stmt_store.go | 81 | defaultTTL = time.Hour * 24 |
| LOW | internal/stmt_store/stmt_store.go | 141 | PrepareContext(ctx context.Context, query string) (*sql.Stmt, error) |
| LOW | schema/relationship.go | 181 | } |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tests/gorm_test.go | 26 | // This user struct will leverage the existing users table, but override |