12 Commits

Author SHA1 Message Date
Sébastien Rombauts
56aa208f62 copyright 2012-2013 2013-03-06 17:10:01 +01:00
Sébastien Rombauts
37a760945c Added a Database::tableExists() easy to use function, useful for unit testing.
- Adding a Doxyfile to generate documentation of the wrapper
2012-04-23 10:42:36 +02:00
Sébastien Rombauts
fb1b17bfff Added an easy wrapper Column Database::execAndGet("query"), version number increased to 0.3.0 2012-04-16 18:23:03 +02:00
Sébastien Rombauts
d516ea72c5 Column is again an independant class 2012-04-16 14:59:51 +02:00
Sébastien Rombauts
17124b3025 Added bind by name methods to the Statement class
- v0.2.0
- Added a Changelog file
- Updated the TODO file
2012-04-11 22:37:47 +02:00
Sébastien Rombauts
da95147cfa Removed the Statement registration list, adding unnecessary extra complexity 2012-04-09 11:30:46 +02:00
Sébastien Rombauts
673acee670 Adding a version number like in sqlite3.h, starting with 0.1.0 2012-04-04 18:42:03 +02:00
Sébastien Rombauts
c4f041cb46 Added a simple RAII Transaction class 2012-04-04 15:24:36 +02:00
Sebastien Rombauts
047cbcf637 Added a SQLite::Exception class based on std::runtime_error
- Using SQLite::Exception instead of std::runtime_error
- Adding exception spec everywhere
- Simplifing the Database constructor parameters to simply use "flags"
2012-03-31 16:29:23 +02:00
Sebastien Rombauts
26f5b85c3a Clenup : dispatching wrapper in Database.* and Statement.* files 2012-03-31 13:52:45 +02:00
Sebastien Rombauts
d72d029aba Moving function code into a cpp file 2012-03-31 13:36:30 +02:00
Sebastien Rombauts
30562dcdab Cleanups tasks :
- MIT License file and header
- small README
- Renaming to SQLiteC++
2012-03-31 13:21:46 +02:00