﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33135	Add read_only parameter to Model fields for virtual columns.	Mohamed El-Kalioby	nobody	"New DBMS provides virtual columns that are generated based on another column value in the row, these fields are read-only from DBMS prospective, so they shouldn’t be included in insert or update statements.

My suggestion is to add **read-only** flag to the BaseField class and if the flag is true, it shall be skipped from insert/update and can be selected as usual.

I can do it, if the community will accept it."	New feature	closed	Database layer (models, ORM)	dev	Normal	duplicate			Unreviewed	0	0	0	0	0	0
