0
Не ошибка

view columns not updating

George Bassili 6 лет назад обновлен Rafał Strzaliński (Senior Engineer) 6 лет назад 1

Hi 

I do a select * on my view and then pick UPDATE COLUMNS

then i go to the list of columns and delete some and change order

but when i generate the SQL it still shows select * rather than my curated column list.

Regards

George B

Не ошибка

Hi,


This is not a bug. It updates list of columns associated with this view (metadata) but not the column list in statement you've provided.  


This list is used by ORM tools to generate the code with proper column names and types.  

For example:  https://github.com/Vertabelo/vertabelo-sqlalchemy


Сервис поддержки клиентов работает на платформе UserEcho