650 Commits

Author SHA1 Message Date
S. Alexander Zaman
45379f9325 clearBinding
added clearBinding function
2014-08-19 16:15:57 -05:00
Sébastien Rombauts
ba578196ad Fix C flags mixed with CPP flags 2014-08-06 10:58:01 +02:00
Sébastien Rombauts
e07e6230e8 Remove all project files as they are all outdated: use CMake only 2014-08-06 10:08:05 +02:00
Sébastien Rombauts
90e0c4ec4d Merge pull request #22 from mc-server/NoInternalLib
Added option SQLITECPP_INTERNAL_SQLITE.
2014-07-28 21:10:32 +02:00
madmaxoft
27b9d11181 Added option SQLITECPP_INTERNAL_SQLITE.
This makes it possible to disable the internal sqlite library for builds that already get the library from elsewhere.
2014-07-28 19:43:49 +02:00
Sébastien Rombauts
eea90c70e4 Added sqlite_modern_cpp to README
A modern C++11 wrapper, all in one file, MIT license
2014-07-07 21:17:13 +02:00
Sébastien Rombauts
7465989a84 Merge pull request #21 from kartikkumar/master
Update Doxygen config file to Doxygen 1.8.6

 - doxygen -u
2014-06-03 15:14:44 +02:00
Sébastien Rombauts
61a2c39858 Fix the include path in the default Makefile for "example1" 2014-06-02 16:04:55 +02:00
Kartik Kumar
191a76fbef Update Doxygen config file. 2014-04-07 13:49:41 +05:30
Sébastien Rombauts
ff68cc4eec Merge pull request #18 from kartikkumar/cmakeFindModule
CMake module to easily link SQLiteCpp in other CMake projects
2014-03-28 16:44:47 +01:00
Sébastien Rombauts
41e285347b Fixed #20 MSVC still does not have "noexcept" keyword 2014-03-28 16:38:36 +01:00
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
Kartik Kumar
6cc2f4ab41 Add CMake module file that can be used to link SQLiteCpp in other projects using find_package().
Conflicts:
	.gitignore
2014-03-26 20:12:40 +05:30
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