summaryrefslogtreecommitdiff
path: root/src/common/sql.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Fixed several compiler warningsHaru1-2/+2
2013-11-14Updated db2sql plugin for the needs of the new itemdbshennetsind1-0/+3
2013-10-26Changed 'tick' variables to 64 bitHaru1-1/+1
2013-09-25Renamed iTimer interface to timer.shennetsind1-2/+2
2013-07-21HCache & SQL Update Checker minor changeshennetsind1-1/+1
2013-07-08Cygwin Fix for the Hercules SQL Update Checkshennetsind1-4/+48
2013-06-10Added SqlStmt functions to the SQL interfaceSusu1-64/+81
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-2/+2
2013-05-15HPM Updateshennetsind1-64/+70
2013-02-16Updating the Headers across source filesshennetsind1-1/+1
2013-02-15MySQL Update Checker: Updatedshennetsind1-0/+3
2013-02-14Introducing MySQL DB Update Checkershennetsind1-0/+47
2013-02-07Fixing mistake in modified source code headersshennetsind1-1/+1
2013-02-03Fixed Bug #7051shennetsind1-1/+1
2013-02-03Updating the headers of so-far modified files with outdated headersshennetsind1-2/+3
2013-02-03Introducing MySQL Reconnectshennetsind1-1/+73
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-600/+616
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-616/+600
2012-06-03cleaned up windows header usage (added one central file to use windows / wina...blacksirius1-1/+1
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-2/+2
2010-11-20* Fixed a crash when SqlStmt_ShowDebug is given NULL pointer as statement han...ai4rei1-1/+1
2010-11-19* Various VC6-related fixes and tweaks. [Ai4rei]ai4rei1-2/+2
2009-01-13Fixed Sql_SetEncoding() returning SQL_ERROR when it succeeds and vice versa (...ultramage1-1/+1
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-1/+1
2008-07-29Fixed Sql object not initializing default values properly.ultramage1-1/+6
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-0/+51
2007-11-21upsFlavioJS1-1/+1
2007-11-21* Fixed Sql_SetEncoding not setting the encoding of the connection properly. ...FlavioJS1-2/+4
2007-09-24* Limited manual detection of data truncation to string/enum/blob columns.FlavioJS1-4/+20
2007-09-23* Added flag svn:executable to the configure script.FlavioJS1-13/+36
2007-09-20* Merged the tmpsql branch:FlavioJS1-0/+851