We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8447317 commit 8322d32Copy full SHA for 8322d32
CHANGELOG.txt
@@ -30,9 +30,14 @@ Version 0.5.0 - March 9 2013
30
Added bind() for binary blob data
31
32
Version 0.5.1 - April 7 2013
33
- Added Collumn::getName()
+ Added Column::getName()
34
35
Version 0.6.0 - November 22 2013
36
- Renamed Collumn::getName() to Collumn::getOriginName()
37
- Added a new Collumn::getName()
+ Renamed Column::getName() to Column::getOriginName()
+ Added a new Column::getName()
38
39
+Version 0.7.0 - January 9 2014
40
+ Added a new Database::createFunction() API
41
+ Added std::string version of existing APIs
42
+ Improved CMake with more build options and Doxygen auto-detection
43
+
0 commit comments