-
Notifications
You must be signed in to change notification settings - Fork 34
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
default select returns only 20 rows #100
Comments
Hi, this is orient's default. Im not sure where to look for a particular documentation on this but please take a look in https://orientdb.com/docs/2.2.x/. You might find something. For me personally, I've just learned to keep that in mind while coding. It doesnt really cause any problems once you get used to it, to be honest. |
Thanks. Google did not find anything though. I hope this makes a mark in the cloud... |
Hey, u can try limit -1. That gives u all the records.
…On Sun, Apr 22, 2018, 10:20 PM Andrey ***@***.***> wrote:
Hi, this is orient's default. Im not sure where to look for a particular
documentation on this but please take a look in
https://orientdb.com/docs/2.2.x/. You might find something.
For me personally, I've just learned to keep that in mind while coding. It
doesnt really cause any problems once you get used to it, to be honest.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMt8DY-6Trn6g-u4y52a5TCRPhgJgGgqks5trLTNgaJpZM4Te7tJ>
.
|
Oh, that's good. Thanks @jforcode. |
Hi, sorry if it's a dumb question. I've encountered a situation and may be somebody else did too:
Default select returns only 20 records. To obtain a full list had to put limit 10000000 . Is it PHPORient or OrientDB limitation? I could not find any documentation on that.
The text was updated successfully, but these errors were encountered: