You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the attribute sqltype is used with a param block, qb seems to ignore it and instead infers a cfsqltype, which may be different to what was defined.
According to the Lucee 5 docs, cfsqltype is deprecated and sqltype should be used.
If qb 9 is only supporting Lucee 5+, shouldn't it acknowledge the newer attribute sqltype or even default to using it instead of cfsqltype with the values excluding cf_sql_?
If there are no plans to change this, maybe honour the sqltype if used, or allow a way in options to define which attribute is preferred.
The text was updated successfully, but these errors were encountered:
Kalten70
changed the title
sqltype ignored when included
sqltype ignored when used in a param definition
Oct 16, 2023
If the attribute
sqltype
is used with a param block, qb seems to ignore it and instead infers acfsqltype
, which may be different to what was defined.According to the Lucee 5 docs,
cfsqltype
is deprecated andsqltype
should be used.If qb 9 is only supporting Lucee 5+, shouldn't it acknowledge the newer attribute
sqltype
or even default to using it instead ofcfsqltype
with the values excludingcf_sql_
?If there are no plans to change this, maybe honour the
sqltype
if used, or allow a way in options to define which attribute is preferred.The text was updated successfully, but these errors were encountered: