aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/section-statements.txx
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-25Implement bulk database operation support for Oracle and SQL ServerBoris Kolpackov1-1/+1
2013-10-21Suppress warning2.3.02.3Boris Kolpackov1-3/+1
2013-09-28Make schema version access (but not modification) thread-safeBoris Kolpackov1-0/+1
Also cache the version in statements so that we don't have to lock the mutex (slow) every time we need to check the version.
2013-08-14Add support for object sectionsBoris Kolpackov1-0/+42
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.