aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/simple-object-statements.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-11-26Implement optimistic concurrency support in bulk operationsBoris Kolpackov1-0/+1
Bulk update and SQL Server ROWVERSION not yet supported.
2014-11-25Implement bulk database operation support for Oracle and SQL ServerBoris Kolpackov1-26/+51
2013-09-10Schema versioning supportBoris Kolpackov1-7/+14
2013-08-14Add support for object sectionsBoris Kolpackov1-38/+49
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-02-05Add support for change-tracking containersBoris Kolpackov1-13/+23
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.
2013-01-14Add support for MSSQL ROWVERSIONBoris Kolpackov1-2/+4
ODB can now use ROWVERSION column as an optimistic concurrency version.
2012-10-08Ground work for multi-database supportBoris Kolpackov1-2/+2
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
2012-07-25Cosmetic changesBoris Kolpackov1-1/+1
2012-06-18Allocate container traits lazily and only when their definition is seenBoris Kolpackov1-2/+55
This fixes a problem with polymorphic hierarchies spread over multiple files in which case the source code for the derived class does not have the definition of the container traits for the base class. See the comment in the source code for further details.
2012-04-26Make session optionalBoris Kolpackov1-1/+0
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-0/+499