mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-09-08 03:51:36 -04:00
27 lines
1023 B
Plaintext
27 lines
1023 B
Plaintext
Add a Tutorial: for SQLite newbies
|
|
Improve Github Wiki pages with the FAQ: Installation, Examples, Tutorial, How to contribute
|
|
|
|
Publish the Doxygen Documentation in the Github Pages (gh-pages branch)
|
|
|
|
Missing features in v1.0.0:
|
|
- bind a SQLITE_STATIC value (string/blob)
|
|
- bind a dynamic value with zerocopy (unlike SQLITE_TRANSIENT) with custom deleter
|
|
|
|
Missing documentation in v1.0.0:
|
|
- explain the noncopyable property for RAII design
|
|
- comment on returning error code instead of exception that shall not be thrown when exepected (!?)
|
|
|
|
Missing unit tests in v1.0.0:
|
|
- Create Function
|
|
- Assert Handler
|
|
- Binding variants
|
|
|
|
Advanced missing features:
|
|
- backup support to/from file/:memory:
|
|
- Agregate ?
|
|
- support for different transaction mode ? NO: too specific
|
|
- operator<< binding ? NO: redundant with bind()
|
|
- ATTACH Database ? NO: can already be done by "ATTACH" Statement
|
|
- Add optional usage of experimental sqlite3_trace() function to enable statistics
|
|
|
|
Post an article to CodeProject: Is there a license issue ? |