Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Dan Switzer, IIDan Switzer, IIPriority
NewLabels
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
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Dan Switzer, II
Dan Switzer, IIPriority
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
Affects versions
Created 21 July 2020 at 18:33
Updated 27 April 2021 at 14:25
Resolved 31 August 2020 at 12:29
The Administrator.updateDatasource() has some minor bugs, even in v5.3.
The code to parse the "custom" keys is wrong and does not match the code in the administrator.
When trying to create an MSSQL database, it appears the API needs to add the custom key "databaseName". For some reason this gets added in the UI, but not via the API (although I don't see where in the code it's being added.
This is what my patch looks like based on the v5.3 of the Administrator.cfc: