Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Wil de Bruin
Wil de BruinPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Created 31 July 2018 at 10:36
Updated 8 May 2020 at 19:58
Resolved 19 November 2018 at 10:23
In Adobe Coldfusion you can specify settings for multiple datasources in ORM
according to
https://helpx.adobe.com/coldfusion/developing-applications/coldfusion-orm/support-for-multiple-data-sources-for-orm/configuring-the-application-to-use-multiple-data-sources.html
For multiple data sources, a struct can be specified with data source name as the key and the appropriate setting as the value. If a string value is specified, it applies to the default data source of ORM.
Example 1
<cfset this.ormsettings.dbcreate={artgallery="dropcreate", bookclub="none"}>
This is not possible in Lucee.