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

Weblog: Tables Enhancement #10

Open
GoogleCodeExporter opened this issue May 2, 2015 · 0 comments
Open

Weblog: Tables Enhancement #10

GoogleCodeExporter opened this issue May 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

When getting a list of items and displaying them with a table, the current 
implementation is such that one table is built for every attribute of the item.
Let's say I pick from the db 2 items: 
    Item0(id=0,title=item0)
    Item1(id=1,title=item1)
If I create a table based on the item schema, the result will be:
- a table for the id field
    ID = [0,1]
- a table for the title field
    TABLE = [item0, item1}

The tables should be merged in a single table instead.

Original issue reported on code.google.com by [email protected] on 29 Sep 2012 at 9:25

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

No branches or pull requests

1 participant