Age | Commit message (Expand) | Author |
2006-07-23 | *boot* youuuuu're outta here - old blocking SQL API replaced with sexy new as... | om |
2006-07-23 | Free, as they should be, fieldlist and/or fieldmap in destructor of PgSQLresu... | om |
2006-07-23 | More stuff to return empty lists and maps when there are no more rows in the ... | brain |
2006-07-23 | Adjust m_mysql to match the assumed behaviour of m_pgsql exactly, e.g. when t... | brain |
2006-07-23 | Tidyups, optimisations and make the log messages make sense... | om |
2006-07-23 | simple logic error (check they already are +o before you set it), seems to fi... | om |
2006-07-23 | Mostly updated to new API; Currently doesn't check config o:lines (should be ... | om |
2006-07-23 | Give SQLfield's constructor parameters default values (effectively giving it ... | om |
2006-07-23 | Remove unused variable and assignment | om |
2006-07-22 | Make m_pgsql return the number of affected rows for an UPDATE or INSERT query. | 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 | Change comment to actually be rightish | om |
2006-07-22 | Reorder a couple of constructor prototypes for consistency | om |
2006-07-22 | Add m_sqlutils - Currently provides ID->chan/user lookups | om |
2006-07-22 | I hate the fucking mysql devs. Craq smoking bastards. | brain |
2006-07-22 | Allocate id properly | brain |
2006-07-22 | Actually hook up the OnUnloadModule event >_< | om |
2006-07-22 | This compiles, dont expect it to work yet | brain |
2006-07-22 | Logic error, success is when the error ID *is* NO_ERROR :P | om |
2006-07-22 | Stop publishing MySQL feature - check for successful publishing of SQL feature | brain |
2006-07-22 | Stop publishing the PgSQL feature ( :-'( ) | om |
2006-07-22 | Make OnCheckReady safe against the user being killed, SO LONG AS THE MODULE W... | brain |
2006-07-22 | Explicitly return false after killing user in OnCheckReady() (theoretically n... | om |
2006-07-22 | * Change to use QREPLY_FAIL | brain |
2006-07-22 | Handle queries failing properly, actually work | om |
2006-07-22 | Set the SQLresult's error field properly when the query fails | om |
2006-07-22 | Add new QREPLY_FAIL error code (bad query syntax etc) | om |
2006-07-22 | Add extra parameter to MySQLresult and SQLresult | brain |
2006-07-22 | Fix test client error cheecking on result types | brain |
2006-07-22 | Update to SQLv2 API | om |
2006-07-22 | Set the ID in the request *before* we copy it by value why not.. | om |
2006-07-22 | *hide*, I forgot to include the ID in the SQLresult *rehide* | om |
2006-07-22 | Add back the auto reconnect | brain |
2006-07-22 | Test commit to sync after network outage | brain |
2006-07-22 | Huge ass comment about how this works | brain |
2006-07-22 | Works with the m_testclient test program/suite! | brain |
2006-07-22 | Error checking and debug | brain |
2006-07-22 | Works now (again, to a point) | brain |
2006-07-22 | Try and find out why stuff isnt working | brain |
2006-07-22 | Getting a bit further | brain |
2006-07-21 | Added notification socket | brain |
2006-07-21 | One mess and a half that compiles. To be tidied some day after it works (i dr... | brain |
2006-07-21 | Deal with ? substitution, we're at the point now where we can call the mysql_... | brain |
2006-07-21 | Seems to work to a point (dont use it, it wont actually execute a query yet) | brain |
2006-07-21 | This now compiles, i gaurantee it doesnt work :P | brain |
2006-07-21 | Change includes, use --libs_r rather than mysql_config --libs, we want re-ent... | brain |
2006-07-21 | Move this to m_mysql.cpp - dont even bother reading this yet its unchanged fr... | brain |
2006-07-21 | Set the query string in the SQLquery to the copy with parameters substituted in. | om |
2006-07-21 | Implemenet parameter substitution (damn sexy if you ask me..) | om |