-
Notifications
You must be signed in to change notification settings - Fork 9
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 a max number of records to load #42
Labels
Comments
JoolsMcFly
added a commit
to JoolsMcFly/shapefile
that referenced
this issue
Dec 11, 2024
add a max number of records to load fixes phpmyadmin#42
JoolsMcFly
added a commit
to JoolsMcFly/shapefile
that referenced
this issue
Dec 11, 2024
add a max number of records to load fixes phpmyadmin#42
JoolsMcFly
added a commit
to JoolsMcFly/shapefile
that referenced
this issue
Dec 11, 2024
add a max number of records to load fixes phpmyadmin#42
yes, why not. I prefer to avoid counting multiple times |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
We have a use case where we need to only load the first N records of a file.
It's currently not supported but the change could be minimal.
So in
\PhpMyAdmin\ShapeFile\ShapeFile::loadRecords
we would need to changeto
$maxRecords
could be initialized to a large value or acceptint
orbool
and code would beThoughts?
The text was updated successfully, but these errors were encountered: