7b2bc0e6 | 22-Jul-2024 |
Damjan Jovanovic |
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and cells longer than 64 KiB in OpenOffice Base. (They are now limited to ~2 GiB). - New member functions wer
Allow reading lines longer than 64 KiB in SvStream, and reading CSV rows and cells longer than 64 KiB in OpenOffice Base. (They are now limited to ~2 GiB). - New member functions were added to the main/tools SvStream class to work with 32 bit ::rtl::OUString and ::rtl::OStringBuilder when reading lines. - The helper class QuotedString had to be upgraded from using the 16 bit String to the 32 bit ::rtl::OUString. - The CSV database driver was patched to use ::rtl::OUString and 32 bit indexes in various places. - Luckily, little other work was needed, as the ORowSetValue class already uses 32 bit ::rtl::OUString, and was previously converting 16 bit String to 32 bit ::rtl::OUString internally anyway. Also simplified some of the line parsing logic, and translated some German comments to English. Patch by: me
show more ...
|
d435d9a5 | 17-Jul-2024 |
Damjan Jovanovic |
Get the dmake JUnit unit tests on Windows to run the same way as other platforms, using the "installed" package format, instead of using the "archive" package format and trying to unzip it, w
Get the dmake JUnit unit tests on Windows to run the same way as other platforms, using the "installed" package format, instead of using the "archive" package format and trying to unzip it, which is less often used, and archives can be unzipped manually while trying to zip up the "installed" format is harder. Patch by: me
show more ...
|