summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlite3.cpp
AgeCommit message (Expand)Author
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