aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_sql.h
Commit message (Collapse)AuthorAgeFilesLines
* *boot* youuuuu're outta here - old blocking SQL API replaced with sexy new ↵Gravatar om2006-07-231-268/+0
| | | | | | async one <3 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4526 e03df62e-2008-0410-955e-edbf42e46eb7
* Making lots of stuff inherit from classbase so we can use it as a holdall ↵Gravatar brain2006-07-101-3/+3
| | | | | | class that we can throw around with dynamic_cast<> git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4297 e03df62e-2008-0410-955e-edbf42e46eb7
* Added SQLQuery::GetError() and removed a lot of space indentingGravatar special2006-06-281-63/+69
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4078 e03df62e-2008-0410-955e-edbf42e46eb7
* Nicer SQLQuery::SanitiseGravatar brain2006-06-151-11/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4006 e03df62e-2008-0410-955e-edbf42e46eb7
* Apply mirq's optimization patchesGravatar brain2006-05-301-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3977 e03df62e-2008-0410-955e-edbf42e46eb7
* change to ability for QueryCount to return -1 for both of the 1.1 sql api'sGravatar brain2006-04-301-4/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3921 e03df62e-2008-0410-955e-edbf42e46eb7
* Incorporated Craig's friendlier SQL class (documentation to come later)Gravatar brain2006-01-281-0/+135
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2948 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed to use __single_client_alloc, faster on most systems in a single threadGravatar brain2005-05-151-0/+2
| | | | | | | Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated with a bit more debug outputGravatar brain2005-04-211-0/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1154 e03df62e-2008-0410-955e-edbf42e46eb7
* New stuff actually compiles nowGravatar brain2005-04-211-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1150 e03df62e-2008-0410-955e-edbf42e46eb7
* Added header for m_sql with inherited Request classGravatar brain2005-04-211-0/+108
Added simple API for m_sql git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1149 e03df62e-2008-0410-955e-edbf42e46eb7