serialize a model to flat string even when a DO_NOTHING_ON_SAVE flag is set
while here: - add FT::serialize_to_null_if_null and FT::do_not_serialize_if_null flags
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018-2022, Tomasz Sowa
|
||||
* Copyright (c) 2018-2023, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -157,7 +157,7 @@ public:
|
||||
virtual void set_save_mode2(SaveMode save_mode, bool update_whole_tree = true);
|
||||
|
||||
virtual void set_has_primary_key_set(bool has_primary_key);
|
||||
virtual bool get_has_primary_key_set();
|
||||
virtual bool get_has_primary_key_set() const;
|
||||
|
||||
virtual void mark_to_delete();
|
||||
virtual void mark_to_remove();
|
||||
|
Reference in New Issue
Block a user