Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | Fixed a memory leak in m_sqlite | Adam | |
2011-11-08 | Windows | Adam | |
2011-11-04 | Delete all tables before flushing not just ones we know about | Adam | |
2011-10-24 | Fixed 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-25 | Added a new database format and sqlite support. Also moved db-convert to a ↵ | Adam | |
module. |