Rename ImportSQL method.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
74f0beda8f
commit
3363f10880
@ -147,7 +147,7 @@ class ImportSql extends ImportPlugin
|
||||
*
|
||||
* @return bool|int
|
||||
*/
|
||||
private function _findDelimiter($data) {
|
||||
private function _findDelimiterPosition($data) {
|
||||
$lengthData = $this->_stringFunctionsToUse['strlen']($data);
|
||||
$posInData = 0;
|
||||
|
||||
@ -352,7 +352,7 @@ class ImportSql extends ImportPlugin
|
||||
}
|
||||
|
||||
//Find quotes, comments, DELIMITER or delimiter.
|
||||
$positionDelimiter = $this->_findDelimiter($data);
|
||||
$positionDelimiter = $this->_findDelimiterPosition($data);
|
||||
|
||||
//No delimiter found.
|
||||
if (false === $positionDelimiter) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user