undocumented backslash behavior change during loadData/loadUpdateData

Description

up to 3.4.2, loadData/loadUpdateData loaded csv data verbatim with backslashes remaining intact. Starting with version 3.5.0, initial backslashes are stripped

Environment

H2 (all modes)

Attachments

4

Activity

Show:

Radoslav Bielik March 1, 2018 at 7:22 PM
Edited

Ran into this with 3.5.3 and 3.5.5, using backslash to prefix bytea binary data and for some varchar newlines. The workaround was to edit the CSVs and double all backslahes (to \ \ x and \ \ n) but this also involved adding validCheckSum to all affected changesets.

Christian Plätzinger July 6, 2017 at 5:42 AM

That's a small but very annoying bug. Any chance to see this getting fixed for the next update?

Details

Reporter

Fix versions

Affects versions

Priority

Created September 27, 2016 at 12:01 PM
Updated August 20, 2019 at 3:22 PM