Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-24 | Update copyright year | Karen Arutyunov | 6 | -6/+6 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 6 | -6/+6 | |
2016-08-15 | Lock object statements when loading sections | Boris Kolpackov | 2 | -0/+97 | |
Since we use the id image and loading of object pointers can overwrite it. | |||||
2016-05-04 | Ignore section logic when dealing with container elements | Boris Kolpackov | 2 | -0/+60 | |
The container member itself can be in a section. | |||||
2015-02-06 | Update copyright | Boris Kolpackov | 6 | -6/+6 | |
2014-11-25 | Implement bulk database operation support for Oracle and SQL Server | Boris Kolpackov | 1 | -0/+14 | |
2014-06-03 | Support for VC12 (2013), initial work | Boris Kolpackov | 2 | -2/+8 | |
2013-10-24 | Don't use auto id for BLOB test | Boris Kolpackov | 2 | -4/+4 | |
This causes problems with SQL Server 2005. | |||||
2013-08-14 | Add support for object sections | Boris Kolpackov | 8 | -0/+4777 | |
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. |