aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/forward.hxx
AgeCommit message (Collapse)AuthorFilesLines
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-1/+7
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-11-07Add support for SQL statement tracingBoris Kolpackov1-0/+2
2011-10-27Add support for persistent classes without object idsBoris Kolpackov1-0/+3
New pragma id (object). New test: common/no-id.
2011-10-21Split 'in' binding into insert/update pair; rename 'out' to selectBoris Kolpackov1-0/+7
Also add the initial infrastructure for the readonly members support. Right now the split insert/update bindings allows us to avoid sending object id in UPDATE statements. It will also allows us to support readonly members.
2011-09-06Support for views; native partBoris Kolpackov1-0/+3
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