Age | Commit message (Expand) | Author |
2007-01-17 | Move QueryQueue class into m_sqlv2 to prevent flat-out duplication of identic... | brain |
2007-01-14 | Make m_sqlv2.h::SQLquery extend 'classbase', for easy passing as deque parame... | peavey |
2007-01-02 | Add class SQLhost that represents a <database> config line. | peavey |
2006-12-24 | SQLQuery operator% and operator, now support any data type | brain |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-09-25 | Whoops, patch | brain |
2006-09-25 | Fix (broken) ./configure -update and ./configure -modupdate | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-07-23 | Change to use GetId() and ID rather than GetData() and data | om |
2006-07-23 | Give SQLfield's constructor parameters default values (effectively giving it ... | om |
2006-07-22 | Alter for Rows() == X, Cols() == 0 for 'X rows affected' queries | brain |
2006-07-22 | Change to doxygen-friendly comments, and actually document the lot | brain |
2006-07-22 | Add 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-21 | ParamL needs to be a deque rather than a vector *thwap* | om |
2006-07-21 | API header and client module updates for new multi-parameter query request. N... | om |
2006-07-20 | Make SQLexception inherit ModuleException | om |
2006-07-20 | Updates, should be able to safely unload client modules with queries in progr... | om |
2006-07-20 | Okay, working PostgreSQL module, API header and example client module in /ext... | om |
2006-07-20 | Okay, this is getting towards working now. It just needs the API finishing...... | om |
2006-07-12 | A few updates to the API header | om |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-07-09 | Okay..updates to u_listmode, general cleanups and add some virtual methods wh... | om |
2006-07-07 | More stuff for m_pgsql in, provider-side API stuff semi-done | om |