650 Commits

Author SHA1 Message Date
Sébastien Rombauts
18620457b1 Add some more Unit Tests 2015-05-03 23:29:22 +02:00
Sébastien Rombauts
b10bf6faa5 Re-enable SQLITE_ENABLE_COLUMN_METADATA by default under Windows
- cleanup to the CMakeLists.txt for better readability
2015-05-03 23:29:01 +02:00
Sébastien Rombauts
416958f094 Add sample code for getColumn() by name
- sample code provided by #46
 - rework example for better readability
2015-05-03 23:28:52 +02:00
Sébastien Rombauts
7fbfc29677 Fix #23 optimized Statement::getColumn() by name
- fix Statement::getColumn(apName) provided by #45 but was not working
  instead of using #46 that conflicts with current master
- rework it by using a map of columns name as
  a cache populated the first time the method is called
- add corresponding Unit Test
2015-05-03 23:28:41 +02:00
Sébastien Rombauts
d45ec996a3 Fix the example overload pb on GCC & Clang
- uses explicit getText() instead of implicit conversion
2015-05-03 23:28:26 +02:00
Sébastien Rombauts
6a2f8a6a8b Cleanup and comment on the overload for GCC & Clang 2015-05-03 23:28:19 +02:00
Sébastien Rombauts
82364ea419 Minor improvement of example1 to demonstrate variable reuse 2015-05-03 23:28:09 +02:00
Sébastien Rombauts
29a9645314 Fix cpplint style warning introduced by #45 2015-05-03 23:28:01 +02:00
Sébastien Rombauts
6499f93b07 Fix cmake find Python Interpreter (instead of Libs)
- and use it
2015-05-03 23:27:21 +02:00
Sébastien Rombauts
dae5388ece Merge pull request #45 from HighSparrow/master
Fix issue: Column by name #23
2015-04-20 20:52:58 +02:00
Sébastien Rombauts
170fdd55c7 cpplint: do not break build for style warnings 2015-04-20 20:51:09 +02:00
Jack.Yuan
b6fdf50669 Fix issue: Column by name #23
add method `Column getColumn(const char* aName);` in Statement.h
2015-04-17 15:59:58 +08:00
Jack.Yuan
134efd6392 Update Statement.cpp 2015-04-17 15:58:36 +08:00
Sébastien Rombauts
5ec39df7e0 Fix #44 update information on alternate wrappers, and remove the outdated dedicated file. 2015-04-14 16:57:44 +02:00
Sébastien Rombauts
4c0cc910bb Simplify scripts following changes to paths of the example 2015-03-26 17:54:38 +01:00
Kartik Kumar
b6eb04e37c Changes paths to example db and logo to absolute paths using helper function to extract path to examples sub-directory. 2015-03-26 15:29:59 +01:00
Sébastien Rombauts
7cfd3e82f1 Merge pull request #42 from MariadeAnton/bii/updates
improved biicode support

Thanks, I've re-run the build with succes!
2015-03-25 14:52:15 +01:00
Sébastien Rombauts
e10b17682f CMake find_package(Python) to use cpplint 2015-03-24 22:04:48 +01:00
Sébastien Rombauts
bb035143a9 Fix a CMake warning 2015-03-24 21:55:19 +01:00
Sébastien Rombauts
a5d0ba4023 Merge pull request #41 from MariadeAnton/sqlite/update
Update sqlite to v3.8.8.3
2015-03-24 21:06:42 +01:00
mariadeanton
2b5704e9e5 sqlite v3.8.8.3. 2015-03-24 17:24:58 +01:00
mariadeanton
0aa4a43ae8 improved biicode support 2015-03-24 17:06:29 +01:00
Sébastien Rombauts
987f9e465f Fix AppVeyor build and add build status badge and link 2015-03-20 22:20:32 +01:00
Sébastien Rombauts
9d4829ab1e Cleanup and improvement to build script
- no googletest on appveyor as cloning this submodule does not wordk
2015-03-20 13:22:49 +01:00
Sébastien Rombauts
ef974c2be6 Add AppVeyor config file 2015-03-19 18:15:08 +01:00
Sébastien Rombauts
0baa5f99d5 Merge pull request #40 from matthin/patch-1
Fix small spelling mistake
2015-03-19 17:39:36 +01:00
Justin Harrison
a21f8b705a Fix small spelling mistake 2015-03-19 11:38:45 -04:00
Sébastien Rombauts
b84721aed3 Update copyright date in recently modified files 2015-03-08 22:53:33 +01:00
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