cfqueryparam Should Accept datetime type as alias to timestamp
Description
Many databases use the type DATETIME but in CFML the cfqueryparam type is called TIMESTAMP. Further, some RDBMSs use TIMESTAMP to denote a non-date value.
Adding an alias of DATETIME to TIMESTAMP will be more intuitive for the DBMSs that use the type DATETIME.
Activity
Show:
Zac Spitzer
November 19, 2020, 1:02 PM
Fixed