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

Add all_records() #28

Merged
merged 1 commit into from
Aug 27, 2012
Merged

Add all_records() #28

merged 1 commit into from
Aug 27, 2012

Conversation

kou
Copy link
Member

@kou kou commented Aug 27, 2012

It matches all records. It's fast rather than "true" literal because
all_records() doesn't evaluate on each record. It just copies all
record IDs to result set table.

Note that getting all records is heavy process. You should use it only
when you need it.

It matches all records. It's fast rather than "true" literal because
all_records() doesn't evaluate on each record. It just copies all
record IDs to result set table.

Note that getting all records is heavy process. You should use it only
when you need it.
daijiro added a commit that referenced this pull request Aug 27, 2012
@daijiro daijiro merged commit 77fe51a into master Aug 27, 2012
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

Successfully merging this pull request may close these issues.

2 participants