Documentation + changes
Pre-release
Pre-release
Highlights
- This version contains documentation of all newly added functions.
- The new function of v0.9.11 has been renamed.
- A small connection factory pool improvement has been applied
xquery version "3.1";
import module namespace replication="http://exist-db.org/xquery/replication"
at "java:org.exist.jms.xquery.ReplicationModule";
replication:enable-trigger($newState as xs:boolean))
Detailed changes: v0.9.11...v0.9.12