Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-07-31 | Support PATCH /trips | William Carroll | 1 | -3/+12 |
2020-07-31 | Protect GET /trips with a session cookie | William Carroll | 1 | -2/+8 |
2020-07-30 | Remove erroneous parens around columns in SELECT statement | William Carroll | 1 | -1/+1 |
2020-07-30 | Prefer SELECT (a,b,c) to SELECT * | William Carroll | 1 | -1/+1 |
2020-07-28 | Create Utils module for (|>) operator | William Carroll | 1 | -3/+3 |
2020-07-28 | Move SQL out of API and into separate modules | William Carroll | 1 | -0/+27 |