aboutsummaryrefslogtreecommitdiff
path: root/odb/exception.hxx
AgeCommit message (Collapse)AuthorFilesLines
2016-06-15Get rid of C++11 deprecation warnings for auto_ptr, exception specsBoris Kolpackov1-1/+2
In particular, std::auto_ptr is no longer mapped in C++11.
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-11-25Implement bulk database operation support for Oracle and SQL ServerBoris Kolpackov1-1/+6
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-11-29Namespace management for static multi-database supportBoris Kolpackov1-1/+2
Now in libodb the odb::core namespace is split into odb::common (database- independent stuff) and odb::core proper, which imports odb::common. Each database runtime now defines odb::<db>::core namespace which also imports odb::common and adds the database-specific bits. The overall idea is that one can do using namespace odb::<db>::core just like for odb::core.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-0/+5
Port all the examples and tests.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-13Make odb::exception abstractBoris Kolpackov1-3/+1
Implement what() in concrete exceptions.
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-1/+7
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-16Make use of const style consistentBoris Kolpackov1-1/+1
2010-06-04Initial implementationBoris Kolpackov1-0/+22