All sessions now start with an active transaction. This makes multi-statement write operations atomic — if any step fails, all changes are rolled back instead of leaving the database in an inconsistent state. Callers must call s.Commit() for writes to persist. s.Close() auto-rollbacks uncommitted transactions. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| db.go | ||
| db_path_test.go | ||
| dump.go | ||
| helpers.go | ||
| helpers_test.go | ||
| test.go | ||
| test_fixtures.go | ||