1. #1
    Sencha Premium Member
    Join Date
    Oct 2012
    Posts
    18
    Vote Rating
    1
    niko.kleiner is on a distinguished road

      0  

    Default 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

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,189
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    No, but this is something that we have discussed putting in the data package in the past.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Sencha Premium Member
    Join Date
    Oct 2012
    Posts
    18
    Vote Rating
    1
    niko.kleiner is on a distinguished road

      0  

    Default


    So it's not on the feature list for future releases?

  4. #4
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,189
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Not at this time
    Aaron Conran
    @aconran
    Sencha Architect Development Team