| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove support for SQL dialects that rely on LastInsertId() | Stefan Majewsky | 2026-04-24 | 1 | -33/+5 |
| | | | | | | | | | | | 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. | ||||
| * | add query planning for Upsert() | Stefan Majewsky | 2026-04-23 | 1 | -2/+14 |
| | | |||||
| * | add StructTagKeyIs | Stefan Majewsky | 2026-04-18 | 1 | -8/+14 |
| | | | | | | Forgot this in 0.1.0. Without this, I cannot migrate existing Gorp users because Gorp does not understand `db:",auto"`. | ||||
| * | increase test coverage for planning | Stefan Majewsky | 2026-04-15 | 1 | -6/+5 |
| | | |||||
| * | before scanning, spawn member structs within pointers as necessary | Stefan Majewsky | 2026-04-15 | 1 | -1/+8 |
| | | |||||
| * | clarify behavior around recursing into struct type members | Stefan Majewsky | 2026-04-15 | 1 | -31/+72 |
| | | |||||
| * | fold package internal into package oblast | Stefan Majewsky | 2026-04-14 | 1 | -0/+294 |
| | | |||||
| * | reorganize code | Stefan Majewsky | 2026-04-10 | 1 | -150/+0 |
| | | |||||
| * | start reflecting on types to build a query plan | Stefan Majewsky | 2026-04-10 | 1 | -0/+150 |
