Sébastien Rombauts
|
2412de7676
|
Adding getBlob, getType and isInteger/isFloat/isText/isBlob/isNull methods to the Column class
|
2013-03-08 21:49:28 +01:00 |
|
Sébastien Rombauts
|
dc4802edd5
|
Adding the method getBytes to the Column object, returning the size in bytes of the text value.
|
2013-03-08 21:24:38 +01:00 |
|
Sébastien Rombauts
|
bc5b64d4a3
|
Updated documentation, removing consteness of the getColumn() method, and increasing version to v0.5
|
2013-03-08 21:22:33 +01:00 |
|
Sébastien Rombauts
|
a9caa61264
|
Updated README (copyright 2013) and TODO
|
2013-03-08 20:29:16 +01:00 |
|
Sébastien Rombauts
|
244a8bff60
|
Adding mpSQLite to the statement Shared Pointer for error reporting
|
2013-03-07 11:48:52 +01:00 |
|
Sébastien Rombauts
|
d535ccb09f
|
Adding an encapsulation to the statement ref counter : a shared pointer class
|
2013-03-07 09:00:37 +01:00 |
|
Sébastien Rombauts
|
c94fe1fb4b
|
This wrapper is not thread safe
|
2013-03-06 17:25:05 +01:00 |
|
Sébastien Rombauts
|
0ffa0b8f0c
|
using assert() in example program to provide a basic test coverage
|
2013-03-06 17:15:18 +01:00 |
|
Sébastien Rombauts
|
56aa208f62
|
copyright 2012-2013
|
2013-03-06 17:10:01 +01:00 |
|
Sébastien Rombauts
|
4448038af4
|
Using (optional) assert() on errors in destructors, where exceptions are not allowed
|
2013-03-06 17:06:00 +01:00 |
|
Sébastien Rombauts
|
3f226983f0
|
Minor update of README.md and some more TODO (eg. C++11 support)
|
2013-03-06 17:02:47 +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
|
cfe042dd41
|
Added the dealocation of the reference counter
- Suppressed the exception that can be thrown in those two destructors:
- Added documentation of those destructors
|
2012-04-17 10:26:23 +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
|
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 |
|
Sebastien Rombauts
|
8cf6d8e8b8
|
Some more concurence analysis
|
2012-04-09 22:22:50 +02:00 |
|
Sebastien Rombauts
|
49f91bae6f
|
Added getLastInsertId() and detBusyTimout()
- corrected the VS2008 project
- updated the TODO file
|
2012-04-09 21:17:45 +02:00 |
|
Sébastien Rombauts
|
cc08116ccb
|
Simplifing the README, updating TODO and adding info to the concurrence list
|
2012-04-09 18:36:25 +02:00 |
|
Sébastien Rombauts
|
9b641a5f59
|
Minor additions
|
2012-04-06 18:08:04 +02:00 |
|
Sébastien Rombauts
|
f05d1b4b68
|
Added a TODO list
|
2012-04-04 18:50:16 +02:00 |
|