Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-06 | Update copyright | Boris Kolpackov | 1 | -1/+1 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2013-01-16 | Make session cache management functions static, add notifications | Boris Kolpackov | 1 | -2/+2 | |
2013-01-16 | Implement two-phase session insertion | Boris Kolpackov | 1 | -1/+4 | |
On the first step an uninitialized object is inserted into the cache as before (this is necessary to handle recursive loading). The second step is to notify the session that the object has been initialized. On this second step the session can perform change tracking preparations, such as make a copy of the object or reset the modification flag. New test: common/session/custom (implements a custom session that uses copies to track changes). | |||||
2012-10-19 | Implement early connection release | Boris Kolpackov | 1 | -4/+3 | |
2012-10-19 | Initial support for prepared queries | Boris Kolpackov | 1 | -6/+0 | |
2012-04-26 | Make session optional | Boris Kolpackov | 1 | -2/+0 | |
2012-04-23 | Polymorphic inheritance support | Boris Kolpackov | 1 | -0/+65 | |