6 Commits

Author SHA1 Message Date
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