-
23 Nov 2012 6:15 AM #1
Store-View like SQL-View
Store-View like SQL-View
Dear all,
in SQL you can define a view that builds up on existing tables. Example in "abstract" SQL:
table person: (id, name, company_id)
table company: (id, company_name)
view employee: person X company where person.company_id = company.id
So I can use the employee view in my code just like a table and do not have to work with two tables. Sometimes this simplifies the code ...
Is there a way to build something like a view on sencha stores?
Kind regards,
Niko
-
26 Nov 2012 6:59 AM #2
No, but this is something that we have discussed putting in the data package in the past.
Aaron Conran
@aconran
Sencha Architect Development Team
-
26 Nov 2012 11:53 PM #3
So it's not on the feature list for future releases?
-
27 Nov 2012 6:58 AM #4
Not at this time
Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote