Issues
- missing name declaration for propertyLDEV-719Resolved issue: LDEV-719Michael Offner
- Identical function returns different result when called as BIF vs. UDFLDEV-716Resolved issue: LDEV-716Michael Offner
- PostgreSQL Driver Queries Fail in 4.5.3.002 : createclob() not yet implementedLDEV-702Resolved issue: LDEV-702Michael Offner
- LDEV-488 Fix Re-Introduces LDEV-78 BugLDEV-688Resolved issue: LDEV-688Michael Offner
- REST DELETE should support BODY parameterLDEV-687Resolved issue: LDEV-687Igal Sapir
5 of 5
missing name declaration for property
Fixed
Description
Environment
None
is caused by
Details
Assignee
Michael OffnerMichael OffnerReporter
Andrew DixonAndrew DixonPriority
NewLabels
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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Andrew Dixon
Andrew DixonPriority
Labels
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
Created 29 January 2016 at 23:50
Updated 1 February 2016 at 13:43
Resolved 1 February 2016 at 13:43
Activity
Show:
In Lucee 4.5.3.002 and 5.0.0.174 there is a bug which appears to have been caused by the fix for https://luceeserver.atlassian.net/browse/LDEV-458#icft=LDEV-458 (see comment on that ticket from @John Berquist).
Lucee no longer allows property declarations in the format:
property myProperty;
or
property String myString;