v1.7.0
Features
- 509 - Added CSV batching functionality to
EnumeratorBuilder
withbuild_csv_enumerator_on_batches
method andcsv_on_batches
alias. - 512 - Added support for custom timezones on
ActiveRecordEnumerator
andActiveRecordBatchEnumerator
. This allows for using cursors with datetime columns whereActiveRecord.default_timezone
is set to:local
and Active Record is not using the same timezone as the database.
Full Diff: v1.6.0...v1.7.0