Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerNew 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
NoneFix versions
Priority
New
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerNew 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
Fix versions
Priority
Created 18 March 2021 at 22:23
Updated 27 April 2022 at 17:06
Resolved 14 April 2021 at 18:13
move the table exists checks to after the get columns, if the columns exists, then the table exists
https://github.com/lucee/Lucee/commit/16b8b84ad43e92c2eb9fd928ec9ea27af94cb27a
`dbinfo type="columns" table="%" datasource="mssql"`
https://docs.lucee.org/reference/tags/dbinfo.html#attribute-name
this change alone improves the reading the whole db schema process at startup of Preside by 25%, saving 500ms, without even using the wildcard option. simply by avoiding checkTable()