Skip to main content

What's New in MarkLogic 11

The API trgr:triggers-change-modules-database() Only Has Two Parameters

The API trgr:triggers-change-modules-database() only takes two parameters in 10.0-3.

1. the old database as xs:anyAtomicType. This can be an ID unsignedLong or a name xs:string

2. the new database as xs:anyAtomicType. This can be a database’s ID unsignedLong or a database’s name xs:string.

For more details and sample code, see our API documentation.