1. 29 Jun, 2015 1 commit
    • Kirill Smelkov's avatar
      erp5_wendelin: Fix thinko in DataStream_copyCSVToDataArray() ZBigArray init · bf0adf22
      Kirill Smelkov authored
      When we conditionally create new BigArray for appending data, we should create
      it as empty, because in DataStream_copyCSVToDataArray() creation is done lazily
      only when destination array is not yet initialized and we anyway append data to
      the array in the following code block.
      
      Creating BigArray with initial shape of appending part will result in
      destination array being longer than neccessary by first-appended-chunk length
      with this-way-introduced extra header reading as all zeros.
      
      Fix it.
      
      /cc @Tyagov
      bf0adf22
  2. 26 Jun, 2015 1 commit
  3. 25 Jun, 2015 1 commit
  4. 24 Jun, 2015 3 commits
  5. 22 Jun, 2015 4 commits
  6. 10 Jun, 2015 1 commit
  7. 09 Jun, 2015 2 commits
  8. 05 Jun, 2015 4 commits
  9. 04 Jun, 2015 2 commits
  10. 02 Jun, 2015 6 commits
  11. 29 May, 2015 3 commits
  12. 28 May, 2015 2 commits
  13. 27 May, 2015 3 commits
  14. 17 Apr, 2015 1 commit
  15. 30 Mar, 2015 2 commits