| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-22 | 636 Bytes | |
| v0.47.0 source code.tar.gz | 2026-06-22 | 718.3 kB | |
| v0.47.0 source code.zip | 2026-06-22 | 938.4 kB | |
| Totals: 3 Items | 1.7 MB | 0 | |
Added
- Added
column_orderconfig option (shared across all drivers). Set to"name"to sort generated model columns alphabetically, producing deterministic output regardless of the order migrations were applied to the database. Defaults to"ordinal"(previous behaviour: database physical column order). (thanks @cbarber)
Changed
- Change the closure in
RunInTxto passbob.Transactioninstead ofbob.Executor
New Contributors
- @cbarber made their first contribution in https://github.com/stephenafamo/bob/pull/708
Full Changelog: https://github.com/stephenafamo/bob/compare/v0.46.0...v0.47.0