| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove support for SQL dialects that rely on LastInsertId() | Stefan Majewsky | 2026-04-24 | 1 | -0/+11 |
| | | | | | | | | | | | While researching for Upsert(), I noticed that both SQLite and MariaDB support INSERT with RETURNING clause, which is objectively better than LastInsertId() and cuts out a lot of useless crap from the codebase (esp. from monomorphization-relevant methods). The only tangible downside is that this drops support specifically for MySQL, but you know what? Fuck Oracle. | ||||
| * | v0.2.0v0.2.0 | Stefan Majewsky | 2026-04-18 | 1 | -1/+1 |
| | | |||||
| * | add StructTagKeyIs | Stefan Majewsky | 2026-04-18 | 1 | -0/+6 |
| | | | | | | Forgot this in 0.1.0. Without this, I cannot migrate existing Gorp users because Gorp does not understand `db:",auto"`. | ||||
| * | v0.1.0v0.1.0 | Stefan Majewsky | 2026-04-18 | 1 | -0/+9 |
