I just ran into a problem with some old code one of team mates did. He
used <cfqueryparams but did not specify a cfsqltype. We upgraded our
DB from Oracle 9i to 10g and all of the sudden we're getting Error
Executing Database Query errors. Logs show A nonnumeric character was
found when expecting a numeric character.
One of the queries had a date column and the cfqueryparam looked like
"<cfqueryparam value="foo" /> no cfsqltype and according to the docs
it's default is CF_SQL_CHAR.
So I need to go through the 1321 <cfqueryparams and look for ones with
no cf_sql_type.
Is there a regex I can throw into Eclipse to help find these queries?

Thanks!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334094
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to