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

Remove the need for reflect in All() #1

Open
cdevienne opened this issue Oct 28, 2016 · 0 comments
Open

Remove the need for reflect in All() #1

cdevienne opened this issue Oct 28, 2016 · 0 comments

Comments

@cdevienne
Copy link
Member

The Query.All() function is wrong:

  • it uses reflect to detect the target variable type and to populate it
  • it forces a full load of the dataset

We want an api that:

  • does not need reflect
  • allow iterative loading of the dataset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant