summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlite3.cpp
AgeCommit message (Expand)Author
2007-01-21Whoops put this back to 3.3brain
2007-01-21Fix broken function vcheck() that checks one dot-delimited version string aga...brain
2007-01-21Add extra macro pkgconfversion("packagename", "version");brain
2007-01-17Mass comment removal.brain
2007-01-15Fix possible segfault if sql query failed. Using a free'd char is probably no...peavey
2007-01-14Hook qlite3_update_hook to queries to also catch affected rows on UPDATE/INSE...peavey
2007-01-14Remove some old destroy code not needed with InpSocket.peavey
2007-01-14Make REHASH work.peavey
2007-01-14Dont need to send anything on the notifier socket.peavey
2007-01-14Remove DOS newlines.peavey
2007-01-14Now with SQLite3 support. Fully functional and (hopefully) working.peavey
2007-01-14OMG SQLITE3 support, almost there now =)peavey