]> jfr.im git - irc/quakenet/newserv.git/commit
SQLite support is now complete, if it returns busy the queries are queued up, a query...
authorChris Porter <redacted>
Fri, 21 Mar 2008 05:25:56 +0000 (05:25 +0000)
committerChris Porter <redacted>
Fri, 21 Mar 2008 05:25:56 +0000 (05:25 +0000)
commitaa9445397e1ec80b624dd86fe4a76e315cb56f92
treea39956fcda454410a67d1d4a5e5175a5341c4e2e
parent008e57e52d3e331d61915860c5ea24d79be64eb8
SQLite support is now complete, if it returns busy the queries are queued up, a query processor is scheduled and runs once a second.
Added 'detach' command, supposed to be used when you've finished with a schema.
chanserv/database/chanservdb.c
dbapi/dbapi.h
noperserv/noperserv_db.c
sqlite/sqlite.c
sqlite/sqlite.h