-
Notifications
You must be signed in to change notification settings - Fork 299
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
Table specific export limits #175
Comments
Maybe it will be easier to permit a number or an array (to support from to syntax in the limit clause). If it is useful, it can be implemented. |
I suggest next syntax:
What do you think? |
For me it looks good. Maybe it is a little bit complicated, but I think this could be an "advanced" feature, that needs some preparation from the user. It solves the problem that each table needs its own limit, offset and order clause. Same was done for the where clause. |
@ifsnop , ok, I will prepare PR and we could check it one more time when proof of concept will work. |
@zfmaster Is there an update from your side? |
The option to offset would be great |
In function "getTableLimit" i've removed this code:
// if (!is_numeric($limit)) {
// return false;
// }
so I can do a limit partition for extra dimension table.
First tranche "0, 100000"
second tranche "100001, 200000"
The text was updated successfully, but these errors were encountered: