Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | sticker/Match: add inequality operators | Max Kellermann | 2014-12-12 | 1 | -0/+18 |
| | |||||
* | sticker/Match: add operator "EQUALS" | Max Kellermann | 2014-12-12 | 1 | -2/+9 |
| | | | | | Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol. | ||||
* | sticker/Song: add enum StickerOperator to sticker_song_find() | Max Kellermann | 2014-12-12 | 1 | -3/+14 |
| | |||||
* | sticker/Database: move code to BindFind() | Max Kellermann | 2014-12-12 | 1 | -8/+16 |
| | |||||
* | sticker/Database: use the Error library | Max Kellermann | 2014-12-12 | 1 | -27/+34 |
| | |||||
* | sticker/Database: always invoke sqlite3_reset() and sqlite3_clear_bindings() | Max Kellermann | 2014-12-12 | 1 | -4/+4 |
| | |||||
* | lib/sqlite/Util: add ExecuteModified() | Max Kellermann | 2014-12-12 | 1 | -14/+12 |
| | |||||
* | sticker/Database: add wrapper for sqlite3_step() | Max Kellermann | 2014-12-12 | 1 | -89/+15 |
| | |||||
* | sticker/Database: move SQLite helpers to lib/sqlite/Util.hxx | Max Kellermann | 2014-12-12 | 1 | -45/+1 |
| | |||||
* | lib/sqlite/Domain: add Domain instance for SQLite | Max Kellermann | 2014-12-12 | 1 | -5/+6 |
| | | | | Replaces the sticker_domain for Error::domain. | ||||
* | sticker/Database: remove redundant sqlite3_reset() calls | Max Kellermann | 2014-12-12 | 1 | -14/+0 |
| | | | | | Call sqlite3_reset() only after a sqlite3_stmt* has been used, not before. Assume it is already in reusable state. | ||||
* | sticker/Database: require SQLite 3.7.3 | Max Kellermann | 2014-12-12 | 1 | -4/+0 |
| | | | | | | SQLite 3.7.3 is the version shipped in Debian Squeeze (oldstable); should be old enough to be the required version. Drop the compatibility #ifdef. | ||||
* | sticker/Database: make variables more local | Max Kellermann | 2014-12-12 | 1 | -10/+8 |
| | |||||
* | sticker/Database: add sqlite3_bind_text() wrapper | Max Kellermann | 2014-12-12 | 1 | -112/+42 |
| | |||||
* | sticker/Database: remove C-style (void) | Max Kellermann | 2014-12-12 | 1 | -2/+2 |
| | |||||
* | Sticker*: move to sticker/ | Max Kellermann | 2014-01-24 | 1 | -0/+604 |