Capncavedan (Dan Buettner)
- Login: Capncavedan
- Registered on: 03/16/2022
- Last sign in: 03/16/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/16/2022
-
08:25 PM Ruby Bug #18638 (Third Party's Issue): CSV parse does not honor field_size_limit option unless and until a comma occurs in the data, and field_size_limit is off by one
- When using CSV.parse or CSV.foreach and specifying option `field_size_limit: 2_000`, we do not consistently see an exception raised when a field contains over 2,000 characters.
I was finally able to reproduce the issue as occurring on...