Computed columns and SQL prompt
danboc
Posts: 23
Hi,
I guess this is a bug/feature request:
When SQL prompt expands an INSERT INTO command, it includes computed columns in the field list and the value list. As these fields cannot be updated there is no need to include them in an INSERT INTO statement.
Thanks,
Daniel
I guess this is a bug/feature request:
When SQL prompt expands an INSERT INTO command, it includes computed columns in the field list and the value list. As these fields cannot be updated there is no need to include them in an INSERT INTO statement.
Thanks,
Daniel
Comments
Same goes for columns of type TIMESTAMP or ROWVERSION - one can never insert a value into those - so why put them in the list of fields of an INSERT statement in the first place??
http://www.red-gate.com/MessageBoard/vi ... hp?t=10248
At least in my cases, everything works as expected now, with this new patch version.