Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-09 | 1.0 kB | |
v3.3.0 source code.tar.gz | 2025-03-09 | 5.6 MB | |
v3.3.0 source code.zip | 2025-03-09 | 5.6 MB | |
Totals: 3 Items | 11.2 MB | 0 |
This was missed during major revamp of two import processes. Does not effect processed data from last version. One of the main reasons for the revamp was to limit calls to importFileCheck to one per file. This should have been changed in version 3.0.0 when the process changed completely incorporating INNER JOIN with import_file TABLE. Version 3.2.9 called importFileCheck for each record in file instead of called once for each file.
- [3.3.0] modify of
process_access_import
changedl.importfileid
toDISTINCT(l.importfileid)
for cursors csv2mysqlStatusFile, csv2mysqlLoadIDFile, vhostStatusFile, vhostLoadIDFile, combinedStatusFile, combinedLoadIDFile - [3.3.0] modify of
process_error_import
changedl.importfileid
toDISTINCT(l.importfileid)
for cursors defaultByLoadIDFile and defaultByStatusFile