Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Only possible in the development build system at this stage.
|
|
|
|
This way we will be able to have several databases configured at the
same time, which is needed for multi-database support testing.
|
|
|
|
ODB now supports "smart" ordered containers. Such containers get extra
functions for updating and deleting individual elements. Based on this
functionality implement two change-tracking containers: odb::vector
(equivalent to std::vector) and QOdbList (equivalent to QList). New
tests: common/container/change-tracking and qt/common/container/change-
tracking.
|