9 Commits

Author SHA1 Message Date
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
466504aadb Fixed the 3 warnings specifis to 64 bits GCC build
- warnings revealed by issue 3
 - but also shown by Travis CI builds
2013-09-15 23:02:29 +02:00
Sébastien Rombauts
5b6170dfa1 Replace abort() by return EXIT_FAILURE 2013-09-03 10:30:36 +02:00
Sébastien Rombauts
dd9295b1a6 Improving the example, showing the column names 2013-03-24 14:13:12 +01:00
Sébastien Rombauts
7669bcbf90 Adding a Column::getName() function
- thanks to a patch provided by Nellis Willers,
- requires the SQLITE_ENABLE_COLUMN_METADATA preprocessor macro to be also defined at compile times of the SQLite library
- v0.5.1
2013-04-07 18:25:19 +02:00
Sébastien Rombauts
833aeead7a Fix a bug for the "brief" Doxygen tag of all files
- patched by moving the @ingroup command before the @brief one
2013-03-16 17:50:37 +01:00
Sébastien Rombauts
3ee357900e Fixed the example failing to find the example files in the new directory structure
+ Fixed a GCC unused variable warning in example1
2013-03-13 18:05:55 +01:00
Sebastien Rombauts
1a82510821 Reorganizing the directory, the sources and the msvc files 2013-03-10 12:38:50 +01:00