mirror of
https://github.com/anope/anope.git
synced 2026-07-09 17:43:12 +02:00
Bug #1445 - Empty out columns in SQL we have no data for on
insert. This is caused from serialize() only setting a key on certain conditions and otherwise doing nothing at all.
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ 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 BuildInsert(const Anope::string &table, unsigned int id, Serialize::Data &data) = 0;
|
||||
|
||||
virtual SQLQuery GetTables(const Anope::string &prefix) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user