View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 426 | PHPOF2 | Default | public | 30 Aug 2013 14:37 | 7 Jan 2014 20:01 |
| Reporter | mrosenquist | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Target Version | 0.12.3 | Fixed in Version | 0.12.3 | ||
| Summary | 426: Add method for storing LOB data which does not load the information in to memory | ||||
| Description | Lob fields have the potential to be very large, larger than the memory_limit in php or the max_packed size. It would be good to be able to pass or retrieve streams, either as resource handles or direct to output or to local files | ||||
| Tags | No tags attached. | ||||
| related to | 336 | new | Add two new methods for storing and retrieving LOB data that does not read all the information in to memory |
|
|
Related to 336 |
|
|
Check-in to resolve this issue: ------------------------------------------------------------------------ r2242 | mrosenquist | 2013-09-16 15:15:23 +0100 (Mon, 16 Sep 2013) | 1 line Changed paths: M /library/PHPOF2/trunk/DBRow.php Fix bug 426: Add method for storing LOB data which does not load the information in to memory ------------------------------------------------------------------------ |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 30 Aug 2013 14:37 | mrosenquist | New Issue | |
| 30 Aug 2013 14:37 | mrosenquist | Note Added: 473 | |
| 16 Sep 2013 15:36 | mrosenquist | Note Added: 474 | |
| 16 Sep 2013 15:36 | mrosenquist | Note Edited: 474 | |
| 7 Jan 2014 20:01 | timj | Reproducibility | have not tried => N/A |
| 7 Jan 2014 20:01 | timj | Status | new => resolved |
| 7 Jan 2014 20:01 | timj | Resolution | open => fixed |
| 7 Jan 2014 20:01 | timj | Fixed in Version | => 0.12.3 |
| 7 Jan 2014 20:01 | timj | Target Version | => 0.12.3 |
| 7 Jan 2014 20:01 | timj | Relationship added | related to 336 |