introduced field_attributes shortcuts and added method on_base() to all processor classes
This commit is contained in:
@@ -44,6 +44,8 @@ public:
|
||||
return columns;
|
||||
}
|
||||
|
||||
template<typename BaseType>
|
||||
static void on_base(const BaseType&) {}
|
||||
template < class V >
|
||||
void on_primary_key(const char *id, V &, const utils::primary_key_attribute& /*attr*/) {
|
||||
if (has_many_to_many_) {
|
||||
|
||||
Reference in New Issue
Block a user