-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Added methods for importing data (CSV, XML) and table locking #494
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
Conversation
Added the loadData Method Added a private method for executing unprepared statements
… import functions
|
very nice patch. Thank you. Ill send me code comments a bit later for you to adjust and we are ready to land |
|
Alright! Thanks! |
|
Sorry, it took me longer :) Patch looks great except couple issues:
this is the same as return (bool)$result;
|
|
as well i think it doesnt make sense to add escapeQuery parameter as most of escaped sql queries will fail. You need to escape variables, not SQL query itself. |
|
I fixed the issues you you mentioned. Thanks! |
|
It should work now. The .csv test file was not in dos mode so the \r\n selector failed. |
|
thank you, merged |
No description provided.