mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 02:36:04 -04:00

- Added Column.o and Transaction.o - Added more gcc warnings in Makefile - Fix for those warnings - Added TODO for improvements
sqlite3.c and sqlite3.h are not used by the default Linux Makefile (which thus requires the Linux libsqlite3-dev package) but is used by the Visual Studio solution.