summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mssql.cpp
AgeCommit message (Expand)Author
2009-01-02Update copyrights for 2009.w00t
2008-12-15Handle file not found, and tidy up the perl.peavey
2008-12-15Add support for freetds 0.82 which is being shipped now with newer distros, a...peavey
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-13namespace fix0rzpeavey
2008-09-12Last cleanup. All trunk extras now builds again.peavey
2008-09-12more cleanuppeavey
2008-09-12cleanuppeavey
2008-09-12fix for listenbase, tested and works like a charm.peavey
2008-09-06use lock/unlock instead.peavey
2008-09-05Now with threaded queries.peavey
2008-09-05mysql's windows build is utter hell to get working the way we wanted. The pac...brain
2008-09-05sql api and m_mysql compile fixes for windowsbrain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-28revert this 1 revision back, since it fell victim to collateral damage of the...peavey
2008-05-19Fix these toobrain
2008-05-09Fixes to make this module scale much better. Dont connect on each query, keep...peavey
2008-05-09Fix segfault on rehash and tweak the connect code.peavey
2008-03-18Add logging for static callback messages/errors from the database.peavey
2008-03-17Its better to have asserted and failed, than not to fail at all according to ...peavey
2008-03-16There isnt any ssl support here, remove the readvaluebrain
2008-03-16OK that should fix it for fail too. And make it compile again.peavey
2008-03-16new/delete - malloc/free, remember peaveypeavey
2008-03-16Less mem leaking, thx Brain for noticing.peavey
2008-03-16A little less debug saying WEEEE :]peavey
2008-03-16Experimental support for Microsoft SQL Server. Might crash and burn alot. App...peavey