I also noticed that editing and saving a record can remove line-breaks. Here a small reproduction:
SELECT * FROM XMLEDITTEST ; ID XMLTEXT 1 <?xml version="1.0"?> <a href="http://h2database.com"/> (1 rij, 0 ms) SELECT length(xmltext) FROM XMLEDITTEST; LENGTH(XMLTEXT) 56 (1 rij, 0 ms) @edit SELECT * FROM XMLEDITTEST; Edit and save the record in the interface. SELECT * FROM XMLEDITTEST ; ID XMLTEXT 1 <?xml version="1.0"?><a href="http://h2database.com"/> (1 rij, 0 ms) SELECT length(xmltext) FROM XMLEDITTEST; LENGTH(XMLTEXT) 54 (1 rij, 0 ms) -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/voIvjJqqDVIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
