422 Commits

Author SHA1 Message Date
Sébastien Rombauts
4d86a9a7bc Remove Doxygen deprecated attributes 2015-03-08 22:53:04 +01:00
Sébastien Rombauts
81d7398dd9 Add scripts to MSVC solution 2015-03-08 22:52:41 +01:00
Sébastien Rombauts
f31a459cd8 Revert #31 Statement now stores the status of the last operation.
- the check in the destructor was not a good idea finaly,
   and I added instead a getErrorCode() method
2015-03-08 15:12:26 +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
15180a9919 Merge pull request #35 from MariadeAnton/master
added biicode support
2015-01-16 19:46:06 +01:00
mariadeanton
2e6482e993 added biicode support 2015-01-16 12:02:48 +01:00
Sébastien Rombauts
91a98f8c73 Update Google Test submodule to latest upstream commit with better Visual Studio 2013 support 2014-09-29 20:41:54 +02:00
Sébastien Rombauts
285246f48e Merge pull request #31 from AndyLing/master
Statement now stores the status of the last operation.
2014-09-24 09:49:36 +02:00
Sébastien Rombauts
5812460a21 Reactivated dev tools in scripts and Travis CI config file 2014-09-24 09:11:35 +02:00
Sébastien Rombauts
7dc1ae92a2 Merge pull request #32 from r4d2/master
deactivating optional build settings

TODO: reactivate them on dev build scripts & travis
2014-09-24 09:02:22 +02:00
r4d2
c114309550 deactivating optional build settings 2014-09-23 21:55:59 -04:00
AndyLing
bb7a047d52 Fixed whitespace issues 2014-09-19 12:00:27 +01:00
AndyLing
4e770eb741 Statement now stores the status of the last operation so it can be checked in the pointer destructor 2014-09-19 10:54:55 +01:00
Sébastien Rombauts
55edadd56d Fix cpplint warning for Travis Continuous Integration 2014-09-17 22:29:42 +02:00
Sébastien Rombauts
8b0fa672bf Fix cpplint warning for Travis Continuous Integration 2014-09-17 22:29:37 +02:00
Sébastien Rombauts
618169cf36 Merge pull request #29 from mc-server/FixClangWarning
Fix for clang warning about Column's implicit constructor.
2014-09-17 22:21:48 +02:00
Sébastien Rombauts
881228f84d Merge pull request #30 from mc-server/weirdflags
Removed weird GCC flags causing problems.
2014-09-17 22:20:23 +02:00
Sébastien Rombauts
19f740ec0b Merge pull request #26 from saaqibz/patch-3
clearBinding functionality to statement.cpp
2014-09-17 22:14:01 +02:00
Sébastien Rombauts
10ceb2f0f6 Merge pull request #25 from saaqibz/patch-2
clearBinding
2014-09-17 22:13:49 +02:00
madmaxoft
e17d77245b Fix for clang warning about Column's implicit constructor.
>> definition of implicit copy constructor for 'Column' is deprecated because it has a user-declared destructor [-Wdeprecated] <<
2014-09-17 21:29:33 +02:00
madmaxoft
203c2fb68b Removed weird GCC flags causing problems. 2014-09-03 22:35:22 +02:00
S. Alexander Zaman
78fcc0d050 clearBinding functionality to statement.cpp
clearBinding functionality
2014-08-19 16:18:21 -05:00
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