NDatabase 3.8 – OID enhancements, Cascade Delete

[Home Page]  [Download] [Documentation] Changes: CascadeDelete attribute – allowing on cascade delete (see issue page) – documentation OID attribute – allows on mapping internal OID to class defined field (see issue page) – documentation Bug fix – null values of index fields (compare to / equals methods) (see issue page) Bug fix – Select trigger should pass object instead of object representation … More NDatabase 3.8 – OID enhancements, Cascade Delete

Restructure NDatabase

For most of the software projects there comes a time, when you need to spend some time over improving its structure. You start to seeing, that classes which you are changing cause you need to change totally unrelated ones too (from the first point of view) and some side effects could be really surprised for you. It is still … More Restructure NDatabase

Documentation Matters

Several times I heard that no one is reading the documentation (library, application, any software product), but still it is very important. I realized that few times, when I looked for particular kind of  libraries. During comparison of them, the ones without documentation was put into the bin from the beginning  Then when I started to use particular … More Documentation Matters