188 Commits

Author SHA1 Message Date
Sébastien Rombauts
d79787359f Fix #19 default options to OFF, easier to handle for newcommers 2014-03-28 16:37:44 +01:00
Sébastien Rombauts
b9a3aeb62f Fixed unit test warnings under Linux GCC/Clang 2014-03-28 16:27:43 +01:00
Sébastien Rombauts
60b6593998 Completing the first unit test for Statement 2014-03-24 20:29:23 +01:00
Sébastien Rombauts
8fcd6febe8 Fixed unit tests for Statement 2014-03-23 21:40:06 +01:00
Sébastien Rombauts
384fab402a Some more unit tests for Statement 2014-03-23 21:11:47 +01:00
Sébastien Rombauts
acc894c1d2 Started a unit test for Statement 2014-03-20 22:13:15 +01:00
Sébastien Rombauts
d69045f3fc Unit test for Database SQLite::Exception 2014-03-15 21:30:28 +01:00
Sébastien Rombauts
f3e9a779a1 Added a test for Database::execAndGet() 2014-03-14 20:44:00 +01:00
Sébastien Rombauts
f3023c0b62 Fixed Travis test for SQLite < 3.7.11
- Ubuntu 12.04 LTS uses SQLite 3.7.9
2014-03-13 23:01:15 +01:00
Sébastien Rombauts
bf4614ddb6 ctest --output-on-failure 2014-03-13 22:47:09 +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
8d87e80b75 Added a first test of insertion 2014-03-12 19:46:14 +01:00
Sébastien Rombauts
8c3ac34767 Deactivated remaining clint rules on error
- about braces opening on same lines
2014-03-11 19:38:27 +01:00
Sébastien Rombauts
d9aa889898 Fixed a GCC warning on Unit Test 2014-03-10 15:25:24 +01:00
Sébastien Rombauts
b25b71bdd8 Test Database exec : CREATE/DROP/EXIST table 2014-03-09 11:05:50 +01:00
Sébastien Rombauts
24bca5a215 Clenup after Database test
- Close the DB before trying to remove it
 - Removed a few line in TODO.txt
2014-03-09 08:58:10 +01:00
Sébastien Rombauts
6d8b808320 Fixed many cpplint warnings 2014-03-07 13:12:31 +01:00
Sébastien Rombauts
64b35bbd4e Add a basic Database unit test 2014-03-06 20:04:00 +01:00
Sébastien Rombauts
9a17223ede Add a basic Database unit test 2014-03-05 21:15:14 +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
Sébastien Rombauts
ff946bd295 Changed Column::getText() to return empty string "" by default instead of NULL pointer (to handle std::string conversion)
- Fix issue #17
0.8.0
2014-02-26 18:43:19 +01:00
Sébastien Rombauts
b0e9104047 Using the C++11 "noexcept" keyword instead of "throw()"
- added a compatibility #define for older compilers
2014-02-26 18:36:18 +01:00
Sébastien Rombauts
b2a34a1ee4 Small cleanup to CMake config and updated copyright date 2014-02-23 11:36:28 +01:00
Sébastien Rombauts
180bd897e2 Merge pull request #16 from wjl/open-with-vfs
Support opening a database with a custom VFS.
2014-02-18 19:23:22 +01:00
Wesley J. Landaker
4dfb3cc4b0 Support opening a database with a custom VFS. 2014-02-18 09:18:40 -07:00
Sébastien Rombauts
8322d32ea8 Changelog for v0.7.0 0.7.0 2014-02-09 18:58:55 +01:00
Sébastien Rombauts
84473175c5 Find Doxygen package 2014-02-07 21:49:02 +01:00
Sébastien Rombauts
c823017724 Fixed Travis CI build
- removed Doxygen from the Travis build
2014-02-07 16:57:21 +01:00
Sébastien Rombauts
e7aa4f46bb Added options in the root CMakeList.txt to inactivate any optional targets & move back to a single CMakeList.txt 2014-02-07 16:34:05 +01:00
Sébastien Rombauts
d6f5029f6c Some small cleanup and uniformisation arround the new createFunction() API 2014-02-06 22:48:35 +01:00
Sébastien Rombauts
5095b086e1 Merge pull request #15 from saaqibz/master
Added wrapper for sqlite3_create_function_v2
2014-02-06 18:02:37 +01:00
AlexZ
de04b3c2e8 added wrapper for sqlite3_create_function_v2 2014-02-06 09:53:08 -06:00
Sébastien Rombauts
bac9020ba0 Merge pull request #14 from r4d2/master
(partial) std::string API implemented
2014-02-06 11:06:33 +01:00
r4d2
905c3d7bb5 std::string API (implementing issue #13 2014-01-12 00:15:10 +01:00
Sébastien Rombauts
d7f349ba62 Merge pull request #9 from niXman/master
QtCreator project files added
2013-11-29 23:08:49 -08:00
niXman
b5a2e183d1 example1 QtCreator project added 2013-11-30 04:25:18 +04:00
niXman
17edbe921c QtCreator project files added 2013-11-30 04:17:16 +04:00
Sébastien Rombauts
cc17771d2a Added a new Column::getName() method inspired by NachoSoto
- Close #8 pull request

 to pull-request #8
0.6.0
2013-11-22 13:35:35 +01:00
Sébastien Rombauts
05a37fd64c Renamed Column::getName() to Column::getOriginName() 2013-11-22 06:58:07 +01:00
Sébastien Rombauts
ef6fac6b71 Complete the documentation of the assertion handler for issue #7 2013-11-01 23:48:46 +01:00
Sébastien Rombauts
c84e5122d3 Renamed Assert.h to Assertion.h for Win32 build
- MSVC was confused about cassert/assert.h vs Assert.h
2013-11-01 23:38:52 +01:00
Sébastien Rombauts
256dedfa1e Fix Linux build of "example1" 2013-11-01 21:36:36 +01:00
Sébastien Rombauts
ecd22dc112 Fix issue #7 : SQLITECPP_ENABLE_ASSERT_HANDLER
- SQLITECPP_ASSERT() can call a user defined SQLite::assertion_failed() handler.
2013-11-01 21:33:43 +01:00
Sébastien Rombauts
8bf7339e6b Include "Exception.h" only on selected cpp files 2013-11-01 18:47:28 +01:00
Sébastien Rombauts
bc1275a32c Do not produce an error message if "build" directory is already there. 2013-11-01 11:55:34 +01:00
Sébastien Rombauts
4b96240012 Merge pull request #6 from ncorgan/cmake_var_fix
cmake: fixed CMake variable detecting Linux
2013-10-28 07:47:04 -07:00
Nicholas Corgan
908ff6f7d3 cmake: fixed CMake variable detecting Linux 2013-10-28 06:43:11 -07:00
Sébastien Rombauts
d752de0898 Merge pull request #5 from ncorgan/linux_64bit_cmake_fix
Added -fPIC flag to Linux builds
2013-10-27 09:56:13 -07:00