summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlv2.h
AgeCommit message (Expand)Author
2007-01-02Add class SQLhost that represents a <database> config line.peavey
2006-12-24SQLQuery operator% and operator, now support any data typebrain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-09-25Whoops, patchbrain
2006-09-25Fix (broken) ./configure -update and ./configure -modupdatebrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-07-23Change to use GetId() and ID rather than GetData() and dataom
2006-07-23Give SQLfield's constructor parameters default values (effectively giving it ...om
2006-07-22Alter for Rows() == X, Cols() == 0 for 'X rows affected' queriesbrain
2006-07-22Change to doxygen-friendly comments, and actually document the lotbrain
2006-07-22Add new QREPLY_FAIL error code (bad query syntax etc)om
2006-07-22*hide*, I forgot to include the ID in the SQLresult *rehide*om
2006-07-21ParamL needs to be a deque rather than a vector *thwap*om
2006-07-21API header and client module updates for new multi-parameter query request. N...om
2006-07-20Make SQLexception inherit ModuleExceptionom
2006-07-20Updates, should be able to safely unload client modules with queries in progr...om
2006-07-20Okay, working PostgreSQL module, API header and example client module in /ext...om
2006-07-20Okay, this is getting towards working now. It just needs the API finishing......om
2006-07-12A few updates to the API headerom
2006-07-10Inherit just about everything from classbasebrain
2006-07-09Okay..updates to u_listmode, general cleanups and add some virtual methods wh...om
2006-07-07More stuff for m_pgsql in, provider-side API stuff semi-doneom