displaying top 100 results
Tracker Issue queryExecute ignores scale property in param struct with cfsqltype of 'cf_sql_decimal'
2609802 CF-3765663 Database John Berquist queryExecute ignores scale property in param struct with cfsqltype of 'cf_sql_decimal' Running the following code:
queryExecute("UPDATE MyTable SET DecimalColumn = ?", [ { value = 2.45, cfsqltype = 'cf_sql_decimal', scale = 2 } ], { datasource = "mssql