| Commit message (Expand) | Author | Age | Files | Lines |
| * | add TODO for selectOneValue/selectSeveralValues adaptationHEADmain | Stefan Majewsky | 35 hours | 1 | -0/+3 |
| * | update references to DB/Conn/Tx in package docstring | Stefan Majewsky | 2 days | 1 | -4/+10 |
| * | v0.13.2v0.13.2 | Stefan Majewsky | 2 days | 1 | -0/+4 |
| * | v0.13.1v0.13.1 | Stefan Majewsky | 2 days | 1 | -0/+4 |
| * | v0.13.0v0.13.0 | Stefan Majewsky | 2 days | 1 | -1/+1 |
| * | replace types Handle, DB, Conn, Tx with their gg/gsql equivalents | Stefan Majewsky | 2 days | 14 | -311/+93 |
| * | replace ioError with gg/errext.WithCleanup | Stefan Majewsky | 2 days | 8 | -98/+26 |
| * | update apidox refs on package handle | Stefan Majewsky | 13 days | 1 | -3/+3 |
| * | v0.12.0v0.12.0 | Stefan Majewsky | 2026-07-17 | 1 | -1/+1 |
| * | cache buildPlan results | Stefan Majewsky | 2026-07-17 | 5 | -22/+103 |
| * | benchmark: go get -u all && go mod tidy | Stefan Majewsky | 2026-07-17 | 3 | -25/+27 |
| * | v0.11.0v0.11.0 | Stefan Majewsky | 2026-07-17 | 1 | -1/+1 |
| * | add type Selection | Stefan Majewsky | 2026-07-17 | 6 | -160/+236 |
| * | bump gg, fix test assertions in benchmark | Stefan Majewsky | 2026-07-17 | 4 | -15/+8 |
| * | oblast_pgx: support pgxpool | Stefan Majewsky | 2026-07-05 | 1 | -2/+10 |
| * | bump gg to 0.10.0, use gg/assert | Stefan Majewsky | 2026-06-20 | 10 | -279/+216 |
| * | go.mod: simplify go statement | Stefan Majewsky | 2026-06-02 | 1 | -1/+1 |
| * | v0.10.0v0.10.0 | Stefan Majewsky | 2026-05-22 | 1 | -1/+1 |
| * | doc proofreading | Stefan Majewsky | 2026-05-22 | 2 | -1/+2 |
| * | bring back support for LastInsertId-based INSERT | Stefan Majewsky | 2026-05-22 | 6 | -42/+229 |
| * | v0.9.0v0.9.0 | Stefan Majewsky | 2026-05-18 | 1 | -1/+1 |
| * | replace Wrap with NewDB/NewConn/NewTx | Stefan Majewsky | 2026-05-18 | 8 | -91/+168 |
| * | TODO: oblast.SqlHandle[] is inconvenient to use | Stefan Majewsky | 2026-05-13 | 1 | -0/+1 |
| * | v0.8.0v0.8.0 | Stefan Majewsky | 2026-05-13 | 1 | -1/+1 |
| * | return a concrete type from Wrap() to enable non-Oblast DB operations | Stefan Majewsky | 2026-05-13 | 8 | -97/+110 |
| * | Insert, Upsert, Update, Delete: do not panic on indirection through nil pointer | Stefan Majewsky | 2026-05-13 | 6 | -28/+169 |
| * | add PostgreSQL benchmark, comparing lib/pq against pgx both with and w/o Oblast | Stefan Majewsky | 2026-05-12 | 9 | -20/+670 |
| * | fix `reuse lint` | Stefan Majewsky | 2026-05-12 | 1 | -0/+1 |
| * | v0.7.0v0.7.0 | Stefan Majewsky | 2026-05-12 | 1 | -1/+1 |
| * | add escaping in Dialect.QuoteIdentifier implementations | Stefan Majewsky | 2026-05-12 | 2 | -6/+26 |
| * | clarify docstrings, put down TODOs based on review feedback | Stefan Majewsky | 2026-05-12 | 2 | -3/+8 |
| * | fix typos | Stefan Majewsky | 2026-05-12 | 3 | -3/+3 |
| * | change Handle to a generic interface without explicit dep on database/sql | Stefan Majewsky | 2026-05-12 | 11 | -105/+216 |
| * | v0.6.0v0.6.0 | Stefan Majewsky | 2026-05-08 | 1 | -1/+1 |
| * | add type RuntimeIndex | Stefan Majewsky | 2026-05-08 | 3 | -0/+135 |
| * | v0.5.0v0.5.0 | Stefan Majewsky | 2026-05-08 | 1 | -1/+1 |
| * | allow both None or ErrNoRows in SelectOne{,Where} | Stefan Majewsky | 2026-05-08 | 4 | -25/+141 |
| * | v0.4.0v0.4.0 | Stefan Majewsky | 2026-05-04 | 1 | -1/+1 |
| * | return None instead of ErrNoRows from SelectOne{,Where} | Stefan Majewsky | 2026-05-04 | 8 | -32/+65 |
| * | run tests when a PR is posted on GitHub | Stefan Majewsky | 2026-05-03 | 1 | -0/+68 |
| * | README: adjust contribution notes, acknowledge the non-ORM-ness | Stefan Majewsky | 2026-05-02 | 1 | -3/+6 |
| * | v0.3.0v0.3.0 | Stefan Majewsky | 2026-04-30 | 1 | -1/+1 |
| * | shave an allocation and memcpy from Select() and SelectWhere() | Stefan Majewsky | 2026-04-30 | 2 | -11/+42 |
| * | fix benchmark calling the wrong test function | Stefan Majewsky | 2026-04-30 | 1 | -1/+1 |
| * | benchmark: provide a handwritten N=1 implementation for InsertAndDelete | Stefan Majewsky | 2026-04-30 | 1 | -0/+29 |
| * | add ctx arguments to most methods | Stefan Majewsky | 2026-04-30 | 8 | -132/+154 |
| * | shave off some more allocations | Stefan Majewsky | 2026-04-30 | 1 | -5/+5 |
| * | one more TODO | Stefan Majewsky | 2026-04-30 | 1 | -0/+4 |
| * | benchmark: compare InsertAndDelete to plain SQLite using QueryRow for INSERT | Stefan Majewsky | 2026-04-29 | 1 | -7/+41 |
| * | note to self: bad memory usage stats for Insert() | Stefan Majewsky | 2026-04-24 | 1 | -0/+1 |