aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/forward.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-21Add odb::connection classBoris Kolpackov1-0/+7
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-04-25Pass id binding instead of id image in container traitsBoris Kolpackov1-0/+1
This will allow us to reuse things more.
2011-03-25Use forward-declared query class in result interfaceBoris Kolpackov1-2/+13
2011-03-18Development build system setupBoris Kolpackov1-0/+37