index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_sqlv2.h
Age
Commit message (
Expand
)
Author
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