Sebastien Rombauts
0a1520ced0
Added Statement::getColumnCount() and commented out the throw specifications (they are not usefull)
2012-03-31 17:45:40 +02:00
Sebastien Rombauts
abc1f7bfa3
Added binding function, and a simple example with an integer value
2012-03-31 17:33:27 +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
Sebastien Rombauts
8d93693e88
Implementation of a SQLite Statement
...
- Added an "example.db3" simple database
- Comments
2012-03-31 09:59:11 +02:00
Sebastien Rombauts
a6cbeedbeb
Added a Visual Studio Solution
...
- Added the sqlite3 source (easier for Windows dev)
2012-03-31 08:02:44 +02:00
Sébastien Rombauts
733c92e753
Start of a new thin C++ header only SQLite wrapper
2012-03-30 22:31:22 +02:00