Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-07-30 | Remove erroneous parens around columns in SELECT statement | William Carroll | 1 | -3/+3 |
2020-07-30 | Prefer SELECT (a,b,c) to SELECT * | William Carroll | 1 | -3/+3 |
2020-07-30 | Debug erroneous table name | William Carroll | 1 | -1/+1 |
2020-07-29 | Support looking up a session by its UUID | William Carroll | 1 | -0/+8 |
2020-07-29 | Prefer deleting sessions by their UUID | William Carroll | 1 | -3/+3 |
2020-07-28 | Create Utils module for (|>) operator | William Carroll | 1 | -1/+0 |
2020-07-28 | Create Sessions table | William Carroll | 1 | -0/+67 |