about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Create LICENSE HEAD masterStar Rauchenberger2023-05-051-0/+21
|
* Added convenience container implode functionStar Rauchenberger2023-02-171-0/+8
|
* Added query timeoutStar Rauchenberger2023-02-161-0/+23
|
* Removed dependency on mpark::variant, as C++17 is readily available nowStar Rauchenberger2022-12-142-2468/+11
|
* Improvements to recptrKelly Rauchenberger2018-08-301-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 classKelly Rauchenberger2018-04-011-0/+89
|
* 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