0
Not a bug
view columns not updating
George Bassili 6 jaar geleden
•
bijgewerkt door Rafał Strzaliński (Senior Engineer) 6 jaar geleden •
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
Customer support service by UserEcho
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