summaryrefslogtreecommitdiff
path: root/mg_db_gd_sqlite.c
AgeCommit message (Expand)Author
2008-04-11merge mp3ng branch into trunkworo
2008-04-08gcc 4.3 build fixes.scop
2008-02-18use new, more secure msprintf instead of asprintf. Doworo
2008-02-12restructure and simplify database connection&creation againworo
2008-02-11set the database charset not only when creating database but for every client...woro
2008-02-11comment abount coming sqlite3.5woro
2008-02-10revert last revision about msprintf. msprintf has a problem with va_list whic...woro
2008-02-10hide asprintf calls in msprintf, msprintf checks forworo
2008-02-10mgDb::FieldExists() no more calls Connect() causing recursion for sqliteworo
2008-02-09restructure code for database connection and creation,woro
2006-01-20create sqlite3 data directory if neededwr61
2005-10-05Merged changes from 0.1.8-wrLarsAC
2005-07-29Merged from 0.1.7-wrLarsAC