You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
I just have an idea to add two new methods to allow generating SLIMIT and SOFFSET query clauses.
Just something like this: $client->slimit('tag'), $client->soffset()
Yes, I could use something like this: $client->query(... **SLIMIT**), but I think that it could be a good option to add those two methods.
Let me know if you'd like to have those methods added, I could create a PR for that.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just have an idea to add two new methods to allow generating
SLIMIT
andSOFFSET
query clauses.Just something like this:
$client->slimit('tag')
,$client->soffset()
Yes, I could use something like this:
$client->query(... **SLIMIT**)
, but I think that it could be a good option to add those two methods.Let me know if you'd like to have those methods added, I could create a PR for that.
The text was updated successfully, but these errors were encountered: