Thanks, this will be fixed in the next version.
(It's still not perfect, I didn't try to handle line breaks, but it
works better than now.)
On 2012-06-25 14:31, Duvel wrote:
create table xmledittest (id serial, xmltext varchar)
insert into xmledittest ( xmltext ) values (select xmlstartdoc() ||
XMLNODE('a', XMLATTR('href', 'http://h2database.com')));
clear input and run
@edit SELECT * FROM XMLEDITTEST
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
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.