ddeboer / data-import

Import data from and export data to a range of different file formats and media
MIT License
567 stars 123 forks source link

Adds alias to derived table #280

Closed gnilekaw closed 8 years ago

gnilekaw commented 8 years ago

DbalReader was throwing the error below when implementing the ConsoleProgressWriter or otherwise getting a count of the records.

[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1248 Every derived table must have its own alias

Here is one possible fix