Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
16 check-ins
2024-07-21
| ||
20:50 | Support arbitrary increasing versions [0e0d4dcae4] Leaf check-in: 1e20b12aca user: dec tags: main, v0.0.5 | |
12:48 | Add error context, fixes ticket [8bc51a74ba] check-in: 1663f64f84 user: dec tags: main | |
2024-07-15
| ||
20:16 | Fix error suppression from query prepration check-in: be202528eb user: v134738 tags: main, v0.0.4 | |
2024-07-14
| ||
23:24 | Add go get instruction check-in: 851d4bd875 user: dec tags: main | |
23:07 | Add a README in Markdown for fossil check-in: 236695d842 user: dec tags: main | |
22:10 | Finish changes to the README check-in: 0ae05078e4 user: dec tags: main | |
18:31 | Add forgotten documentation check-in: 3a0433eec1 user: dec tags: main, v0.0.3 | |
17:03 | Add documentation, moved module name check-in: 31150b95a7 user: dec tags: main | |
2024-07-12
| ||
13:42 | Add ability for initialization SQL between version and statements check-in: 6e68b4c81b user: david@calloway.us tags: main, v0.0.2 | |
2024-07-08
| ||
21:46 | Allow multiple statements in SQL query files with dot-separated name This feature does not (yet) combine with lazy-loading of statements. check-in: 8e5b53476f user: david@calloway.us tags: main, v0.0.1 | |
2024-02-18
| ||
23:01 | Change method names to simply override methods from database/sql This change alters the naming convention to simply reuse the method names for the database and transaction objects, rather than adding more methods. To access the normal methods, clients should access the underlying database and transaction objects (which are public members). check-in: 04fcae9fe8 user: david@calloway.us tags: main | |
2024-02-10
| ||
22:51 | Add unlicense check-in: f259cac603 user: david@calloway.us tags: main | |
2024-02-05
| ||
23:02 | Fix issues with optional statement loading check-in: e89dbb7f0d user: david@calloway.us tags: main | |
22:21 | Fix directory reading check-in: 3bc0e824da user: david@calloway.us tags: main | |
21:54 | Change API to directly accept *sql.DB rather than create this check-in: ab2ec91ff1 user: david@calloway.us tags: main | |
01:54 | Initial commit First commit adds fs.FS based support for keeping named queries and versioned migration files for the database. Only SQLite supported at the moment due to PRAGMA statements for user_version. check-in: d0affba808 user: david@calloway.us tags: main | |