Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Db views missing in GII with mssql db #8096

Closed
airmoi opened this issue Apr 15, 2015 · 1 comment
Closed

Db views missing in GII with mssql db #8096

airmoi opened this issue Apr 15, 2015 · 1 comment

Comments

@airmoi
Copy link

airmoi commented Apr 15, 2015

Query to find tableNames in yii\db\mssql\Schema::findTableNames filters on Logical tables
It should also return view to allow model generation using gii.

I think "AND [t].[table_type] = 'BASE TABLE'" part of the query should be removed to include views as well

@nineinchnick
Copy link
Contributor

This has already been fixed in master via #7834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants