1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 17:33:13 +02:00

Pull table schemas from SQL on startup so we can alter the schemas if we need to, fixed sqlite to work again

This commit is contained in:
Adam
2012-04-29 19:24:37 -04:00
parent 62818abbf4
commit 42e652cae7
5 changed files with 99 additions and 64 deletions
+2
View File
@@ -129,6 +129,8 @@ class SQLProvider : public Service
virtual std::vector<SQLQuery> CreateTable(const Anope::string &table, const Serialize::Data &data) = 0;
virtual SQLQuery BuildInsert(const Anope::string &table, unsigned int id, const Serialize::Data &data) = 0;
virtual SQLQuery GetTables(const Anope::string &prefix) = 0;
};