EAP1
smodel query scopes improvments
SModel queries that are useful in migrations scripts and in console plugin now behave differently towards scope they operate on. Read-only models are no longer filtered out from scope specified as a query parameter. If scope is declared as a parameter for specific query, query is executed on the whole scope including read-only models. But if scope is not specified, default scope still contains only writeable models.