11 Commits

Author SHA1 Message Date
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
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
cc17771d2a Added a new Column::getName() method inspired by NachoSoto
- Close #8 pull request

 to pull-request #8
2013-11-22 13:35:35 +01:00
Sébastien Rombauts
05a37fd64c Renamed Column::getName() to Column::getOriginName() 2013-11-22 06:58:07 +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
83a3ca6f37 Doxygen group name without the trailing ++ 2013-03-15 15:46:11 +01:00
Sébastien Rombauts
4ee32ec736 Doxygen group name without the trailing "++" 2013-03-15 15:32:41 +01:00
Sébastien Rombauts
19e66c288a Updated Doxygen documentation 2013-03-10 18:17:02 +01:00
Sebastien Rombauts
1a82510821 Reorganizing the directory, the sources and the msvc files 2013-03-10 12:38:50 +01:00