You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My local db have only ~10 schemas, model generation do 750 db queries and >4 minutes execution time.
My production db have >300 schemas, model generation go to infinite loop...
Additional info
I think we need to create check all schemas option on generation form, where i can setup generate relation only from current schema.
The same issue actial for mssql db.
The problem: by default db setup (oracle, mssql, etc) all users can view all db schemas and tables.
Q
A
Yii vesion
2.0.9
PHP version
7.0.9
Operating system
Arch GNU/Linux
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
just generate model on oracle db, its very slooow
What's expected?
What do you get instead?
My local db have only ~10 schemas, model generation do 750 db queries and >4 minutes execution time.
My production db have >300 schemas, model generation go to infinite loop...
Additional info
I think we need to create check all schemas option on generation form, where i can setup generate relation only from current schema.
The same issue actial for mssql db.
The problem: by default db setup (oracle, mssql, etc) all users can view all db schemas and tables.
The text was updated successfully, but these errors were encountered: