about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added required cstring include for database.hKelly Rauchenberger2018-03-281-0/+1
|
* Fixed potential database prepared statements memory leakKelly Rauchenberger2018-03-281-12/+18
| | | | Prepared statements have to be wrapped in the unique_ptr type before throwing an exception.
* Added lowercase functionKelly Rauchenberger2018-03-281-0/+16
|
* Added default value to database query bindingsKelly Rauchenberger2018-03-271-2/+2
|
* Database insert now returns new rowidKelly Rauchenberger2018-03-271-1/+3
|
* Added console progress meterKelly Rauchenberger2018-03-271-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.hKelly Rauchenberger2018-03-271-0/+1
|
* Added read functionality to databaseKelly Rauchenberger2018-03-271-26/+203
| | | | Also now supports float, null, and blob columns.
* Wrote write-only database classKelly Rauchenberger2018-03-272-0/+2670
|
* Added string utils (uppercase, split, implode)Kelly Rauchenberger2018-03-271-0/+87
|
* Initial commitKelly Rauchenberger2018-03-271-0/+3