search : jack c.

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Tracker Issue modulus in QoQ
3612573 CF-4200041 Database : Query-of-Query(IMQ) Jack Drysdale Jr modulus in QoQ I know that QoQ doesn't have all of the functionality of most standard queries, but it would be nice if QoQ could support modulus. For example, imagine I queried a database and named it myQry: SELECT columnA, column
4081263 CF-4201528 Language : DateTime Functions Jack Drysdale Jr CreateDateTime() has an aversion to using '11' for the day part Problem Description: CreateDateTime() does not like me using '11' for the day part. Steps to Reproduce: #aDate# #bDate# #cDate# Actual Result: {ts'2018-03-10 02
4081253 CF-4201527 Language : DateTime Functions Jack Drysdale Jr Can't add 2 hours to a date object created with CreatDate() Problem Description: I cannot add two hours to a date object created with CreateDate(y,m,d). I can add one hour, I can add three hours, I can add four hours, but two hours
worked in CF9 Actual Result: Currently causes an error: ColdFusion could not delete the file C:\\Inetpub\\wwwroot\\TestSite\\ProductionOutput\\E8FFE6AB-FCF2-99B5-542A843398B7F08D.pdf. Check if another request or process is not using the file. Expected Result: No error expected. Any Workarounds