aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-05Support for views; native partBoris Kolpackov1-4/+9
2011-08-21Add odb::connection classBoris Kolpackov1-0/+13
This abstract class represents a connection to the database. One can use it to start a transaction or to execute a native statement out of a transaction. Before we had concrete connection classes in the database runtime libraries (e.g., odb::mysql::connection). Now these classes derive from odb::connection.
2011-03-28Forward-declare result class templateBoris Kolpackov1-0/+4
2011-03-25Add support for forward-declaring shared_base-based typesBoris Kolpackov1-6/+2
The forward declaration must specialize the counter_type template to explicitly specify shared_base as the counter type.
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-0/+8
Port all the examples and tests.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Add lazy pointer supportBoris Kolpackov1-0/+3
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr.
2010-11-22Forward-declare details::shared_ptrBoris Kolpackov1-0/+9
2010-11-15Add support for custom object pointersBoris Kolpackov1-5/+2
New option: --default-pointer. New object pragma specifier: pointer.
2010-11-06Add container traits interface and implementationBoris Kolpackov1-0/+3
Implementation is provided for the standard C++ containers.
2010-10-27Implement support for composite value typesBoris Kolpackov1-3/+3
New test: common/composite.
2010-08-26Add support for creating other build systems (meta-building)Boris Kolpackov1-0/+4
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations.
2010-08-18Move shared_ptr to the details namespaceBoris Kolpackov1-3/+0
2010-08-13Let the DB implementation define a specialization of queryBoris Kolpackov1-3/+0
2010-08-10Add query supportBoris Kolpackov1-0/+3
2010-07-20Get rid of the session mechanism for nowBoris Kolpackov1-2/+1
Add low-level API instead.
2010-06-04Initial implementationBoris Kolpackov1-0/+38