aboutsummaryrefslogtreecommitdiff
path: root/prepared
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-11-10Implement {query,execute}_{one,value}() shortcut functionsMichael Shepanski1-5/+4
Useful in situations where the query is know to return at most one element (*_one) or exactly one element (*_value).
2014-06-03Support for VC12 (2013), initial workBoris Kolpackov1-1/+4
2013-07-08Add support for Visual Studio 2005Boris Kolpackov1-2/+4
2013-06-13Handle --database option directly in automake and VC++ projectsBoris Kolpackov1-3/+4
2013-06-03Use database name in options and driver files (build part)Boris Kolpackov1-1/+1
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-19Use unique_ptr in C++11 code fragmentBoris Kolpackov1-2/+2
2012-10-17Add example for prepared query usageBoris Kolpackov5-0/+572