aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/database.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05removed deprecated filesAlexander Sulfrian1-111/+0
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian1-4/+4
all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files
2013-01-05major refactor of stats structureAlexander Sulfrian1-134/+23
2013-01-05little refactor of the headerAlexander Sulfrian1-5/+6
moved get_version and set_version from private to protected moved friend declaration for test to end of class definition
2013-01-05added function for testing weather a table contains a column or notAlexander Sulfrian1-0/+9
2013-01-05added function for testing if table exists in databaseAlexander Sulfrian1-0/+8
2013-01-05added warpper for sqlite_prepare, sqlite3_step and sqlite3_finalizeAlexander Sulfrian1-0/+6
2013-01-05added sqlite3_prepare_v2 wrapper with propper loggingAlexander Sulfrian1-0/+12
2013-01-05added doxygen commentsAlexander Sulfrian1-0/+33
2013-01-05added logging using log4cxxAlexander Sulfrian1-2/+5
2013-01-05added possibility to test private methodsAlexander Sulfrian1-3/+9
2013-01-05started conversion of UDatabase, added first tests for frameworkAlexander Sulfrian1-0/+144
you will need a Ultrastar.db in the game folder to pass the tests