Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Too much effort to maintain.
|
|
|
|
Due to the 30 character limit imposed by Oracle on identifiers, some of the
common tests code and/or makefiles had to be modified.
|
|
|
|
NULL semantics for composite values is not yet supported.
|
|
Wrapper is a class that wraps another type. Examples of wrappers are
various smart pointers, holders, etc. A wrapper can be transparent or
it can handle the NULL semantics.
The new odb::nullable class template is a NULL wrapper that helps
to add the NULL semantics to a value type.
New test: common/wrapper.
|