phpcr/phpcr-shell

Use expression language to dynamically set fields?

dantleech opened this issue · 2 comments

Expression language could be used to do some very dynamic things in UPDATE queries:

UPDATE [nt:foo] AS b SET foo = EXPR("row['b'].getNode().getPropertyValue('foobar')")
dbu commented

Done