Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added an uppercase in sql for venue and concert duplicate check | AndreaChirulescu | 2021-04-23 | 1 | -0/+22 |
| | | | | Added test to create duplicate concert with varied cases in string | ||||
* | Concert::create return NULL if concert already exist. | Harald Eilertsen | 2021-04-22 | 1 | -1/+1 |
| | | | | | | We probably need some better error handling here. There's a myriad of reasons why this call could fail, and we might need to communicate the failure reason somewhere. | ||||
* | Add some tests for Concert class. | Harald Eilertsen | 2021-04-22 | 1 | -0/+49 |