Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create LICENSE HEAD master | Star Rauchenberger | 2023-05-05 | 1 | -0/+21 |
| | |||||
* | Added convenience container implode function | Star Rauchenberger | 2023-02-17 | 1 | -0/+8 |
| | |||||
* | Added query timeout | Star Rauchenberger | 2023-02-16 | 1 | -0/+23 |
| | |||||
* | Removed dependency on mpark::variant, as C++17 is readily available now | Star Rauchenberger | 2022-12-14 | 2 | -2468/+11 |
| | |||||
* | Improvements to recptr | Kelly Rauchenberger | 2018-08-30 | 1 | -2/+17 |
| | | | | recptr is now default constructible. You can evaluate it as a bool to determine if it contains a non-null pointer. Copying or copy assigning an empty recptr no longer crashes. | ||||
* | Added recpt class | Kelly Rauchenberger | 2018-04-01 | 1 | -0/+89 |
| | |||||
* | Added required cstring include for database.h | Kelly Rauchenberger | 2018-03-28 | 1 | -0/+1 |
| | |||||
* | Fixed potential database prepared statements memory leak | Kelly Rauchenberger | 2018-03-28 | 1 | -12/+18 |
| | | | | Prepared statements have to be wrapped in the unique_ptr type before throwing an exception. | ||||
* | Added lowercase function | Kelly Rauchenberger | 2018-03-28 | 1 | -0/+16 |
| | |||||
* | Added default value to database query bindings | Kelly Rauchenberger | 2018-03-27 | 1 | -2/+2 |
| | |||||
* | Database insert now returns new rowid | Kelly Rauchenberger | 2018-03-27 | 1 | -1/+3 |
| | |||||
* | Added console progress meter | Kelly Rauchenberger | 2018-03-27 | 1 | -0/+61 |
| | | | | This utility originated with my bot rawr-ebooks. It was packaged into a class during the development of verbly, and appears here in its most recent form with adjustments made in a currently-unreleased bot called crystalline. | ||||
* | Included missing <vector> for database.h | Kelly Rauchenberger | 2018-03-27 | 1 | -0/+1 |
| | |||||
* | Added read functionality to database | Kelly Rauchenberger | 2018-03-27 | 1 | -26/+203 |
| | | | | Also now supports float, null, and blob columns. | ||||
* | Wrote write-only database class | Kelly Rauchenberger | 2018-03-27 | 2 | -0/+2670 |
| | |||||
* | Added string utils (uppercase, split, implode) | Kelly Rauchenberger | 2018-03-27 | 1 | -0/+87 |
| | |||||
* | Initial commit | Kelly Rauchenberger | 2018-03-27 | 1 | -0/+3 |