Skip to content

Documentation + changes

Pre-release
Pre-release
Compare
Choose a tag to compare
@dizzzz dizzzz released this 02 Oct 12:11
· 252 commits to develop since this 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