Sébastien Rombauts
|
646d25ca95
|
Switch from sqlite3_int64 to int64_t
|
2016-07-05 11:05:16 +02:00 |
|
Sébastien Rombauts
|
b913932be2
|
Add a unit test for transactions
+ a few small minor new assert in other tests
|
2016-06-28 13:17:33 +02:00 |
|
Douglas Heriot
|
2cd31179f4
|
Use new Exception constructors everywhere appropriate.
Fix compiling with C++11.
Added public assessor methods to Exception class.
Added more Exception constructors as needed.
|
2016-05-26 12:34:14 +10:00 |
|
Sébastien Rombauts
|
c53d885393
|
Update copyright notice to 2016
|
2016-02-10 10:27:47 +01:00 |
|
Sébastien Rombauts
|
b7b440de5d
|
Fix #73 Wrong exception thrown by Database constructor
- switched from sqlite3_errmsg() to sqlite3_errstr() where applicable
|
2015-11-10 18:32:24 +01:00 |
|
Sébastien Rombauts
|
18aa9e4def
|
Fix a too long comment
|
2015-10-07 22:26:58 +02:00 |
|
Sébastien Rombauts
|
4bd8786e6a
|
Fix #65 Database::getHandle() exposes underlying SQLite handle
- needed to mix with other libraries or advance usage
|
2015-09-09 18:59:18 +02:00 |
|
Richard Jones
|
368049a613
|
Added support for extension loading
|
2015-05-08 09:47:12 +01:00 |
|
Sébastien Rombauts
|
09db07ccc7
|
Updated version to 1.0.0 changelog and copyright date
|
2015-05-03 23:32:57 +02:00 |
|
Sébastien Rombauts
|
e537195625
|
Fix #47 setBusyTimeout in constructor
- add corresponding Unit Test
|
2015-05-03 23:32:50 +02:00 |
|
Sébastien Rombauts
|
b9322fb0ab
|
Example now print SQLite version
|
2015-05-03 23:32:31 +02:00 |
|
Sébastien Rombauts
|
31dbcda9ad
|
Minor fixes to comments and an API
|
2015-05-03 23:32:14 +02:00 |
|
Sébastien Rombauts
|
acaed41465
|
setBusyTimeout() now uses check() and throw in case of error
- add unit test for setBusyTimeout()
- add unit test for in memory databases
|
2015-05-03 23:29:31 +02:00 |
|
Sébastien Rombauts
|
b84721aed3
|
Update copyright date in recently modified files
|
2015-03-08 22:53:33 +01:00 |
|
Sébastien Rombauts
|
bfdf288d3d
|
Fix #37 Last error code cannot be accessed
+ added corresponding basic unit tests
|
2015-03-08 15:05:03 +01:00 |
|
Sébastien Rombauts
|
268b111817
|
Added a Database::getTotalChanges() method and unit test
|
2014-03-13 21:59:06 +01:00 |
|
Sébastien Rombauts
|
78ea5b254f
|
Removed all meaningless (void) from method definitions
|
2014-03-13 21:56:28 +01:00 |
|
Sébastien Rombauts
|
3af95da230
|
Added comments and test arround Database::exec() method
|
2014-03-13 21:44:07 +01:00 |
|
Sébastien Rombauts
|
6d8b808320
|
Fixed many cpplint warnings
|
2014-03-07 13:12:31 +01:00 |
|
Sébastien Rombauts
|
7bfaafecba
|
Moved include files out of the src/ dir, to an include/ dir
+ started a void test file
|
2014-03-04 23:04:38 +01:00 |
|