summaryrefslogtreecommitdiff
path: root/modules/database/db_sql_live_write.cpp
AgeCommit message (Collapse)Author
2012-01-31Not sure what I was thinking hereAdam
2012-01-25WindowsAdam
2012-01-15Improve on db_sql_live_readAdam
2011-12-22Somehow these two modules got mixed up..Adam
2011-11-25Fixed some more errors in sql live-write, hopefully the last.lethality
2011-11-08WindowsAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as ↵Naram Qashat
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.