xelixdev / django-pgviews-redux

Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
The Unlicense
64 stars 15 forks source link

Fix check for view existance #3

Closed martyzz1 closed 4 years ago

martyzz1 commented 4 years ago

hmmm. stumped ...

I think the test is wrong. But it feels like my change is changing the behaviour of the project, when I think it is just fixing something...

Open to advice or guidance... Am I missing something or is the code deliberatlery treating a materialized view differently from a normal view?