diff --git a/src/cursor.h b/src/cursor.h index 688eb31..3ca4f06 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -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 @@ -186,6 +186,7 @@ public: model_env.finder_helper = &finder_helper; model_env.select_flags = select_flags; model_env.rows_counter = 0; + model_env.model_data = model_data; if( model_env.select_flags.is_with_rows_counter() ) {