summaryrefslogtreecommitdiff
path: root/src/common/sql.c
AgeCommit message (Expand)AuthorFilesLines
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