summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sqlv2.h
AgeCommit message (Expand)Author
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-07-23fix a little typo I found while checking some other stuffpeavey
2008-05-09Add defaults for SQLHost since comparing depends on them being initialised. A...peavey
2008-01-10Header update: 2007 -> 2008w00t
2007-10-24Remove variadic macros from sqlv2 api, removing the warnings that come with i...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-01-17Move QueryQueue class into m_sqlv2 to prevent flat-out duplication of identic...brain
2007-01-14Make m_sqlv2.h::SQLquery extend 'classbase', for easy passing as deque parame...peavey
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