mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Travis CI build status at the beginning of the README
- remove an old TODO already done
This commit is contained in:
parent
8c001280a0
commit
a8b471e7ed
@ -1,6 +1,8 @@
|
|||||||
SQLiteC++
|
SQLiteC++
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
||||||
|
|
||||||
See SQLiteC++ website http://srombauts.github.com/SQLiteCpp on GitHub.
|
See SQLiteC++ website http://srombauts.github.com/SQLiteCpp on GitHub.
|
||||||
@ -110,8 +112,6 @@ make test
|
|||||||
|
|
||||||
### Continuous Integration
|
### Continuous Integration
|
||||||
|
|
||||||
Current build status: 
|
|
||||||
|
|
||||||
This project is continuously tested under Ubuntu Linux with the gcc and clang compilers
|
This project is continuously tested under Ubuntu Linux with the gcc and clang compilers
|
||||||
using the Travis CI community service with the above CMake building and testing procedure.
|
using the Travis CI community service with the above CMake building and testing procedure.
|
||||||
|
|
||||||
|
1
TODO.txt
1
TODO.txt
@ -16,7 +16,6 @@ Missing features in v0.5.0:
|
|||||||
- getColumnByName ? std::map getRow() ?
|
- getColumnByName ? std::map getRow() ?
|
||||||
|
|
||||||
Missing documentation in v0.5.0:
|
Missing documentation in v0.5.0:
|
||||||
- This wrapper is not thread safe: compare to the thread safety of the SQLite3 library
|
|
||||||
- explain the noncopyable property for RAII design
|
- explain the noncopyable property for RAII design
|
||||||
- comment on returning error code instead of exception that shall not be thrown when exepected (!?)
|
- comment on returning error code instead of exception that shall not be thrown when exepected (!?)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user