Issues
- dateDiff member function expects date2 parameterLDEV-4784Resolved issue: LDEV-4784Pothys - MitrahSoft
- isClosure Returns `false` on Arrow FunctionsLDEV-4709
- comparing a zero string or numeric in version 5 is different than other versionsLDEV-4705Resolved issue: LDEV-4705
- Integer BigDecimal values are converted to strings with trailing 0sLDEV-4693Resolved issue: LDEV-4693Michael Offner
- 5.4.3.2 QofQ rounds decimal column type to integer when joiningLDEV-4691Resolved issue: LDEV-4691Pothys - MitrahSoft
- admin: login prompt for every requestLDEV-4690Resolved issue: LDEV-4690Pothys - MitrahSoft
- cfloop condition throws error when in tag islandLDEV-4685
- Since upgrading to Lucee 5.4.3.2 we can not get sFTP to connect successfully to a serverLDEV-4684
- QoQ issue when using "group by" with column aliasLDEV-4680Brad Wood
- regression: rest header args ignore argument nameLDEV-4679Resolved issue: LDEV-4679Pothys - MitrahSoft
- admin Error: requested action doesn't existLDEV-4675Resolved issue: LDEV-4675Zac Spitzer
- Redis Extension v2.9.0.10 does not work with Lucee 5.4.xLDEV-4674Resolved issue: LDEV-4674Pothys - MitrahSoft
12 of 12
dateDiff member function expects date2 parameter
Duplicate
Description
Environment
None
is duplicated by
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Neil PNeil PPriority
NewNew 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
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Neil P
Neil PPriority
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
Affects versions
Created 30 January 2024 at 11:51
Updated 31 January 2024 at 06:35
Resolved 31 January 2024 at 06:35
Activity
Show:
now().diff(datePart="s", date1=now());
Returns the error: missing required argument [date2] for member function call [diff]
However date2 isn’t an expected parameter according to the docs
The documentation is correct. I’ve provided two dates.