search : cfdbinfo

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

displaying top 100 results

CFDBINFO doesn't return COLUMN_DEFAULT_VALUE
CFDBINFO doesn't know to escape reserved words
Comment on CFDBINFO doesn't return COLUMN_DEFAULT_VALUE by John O.
Comment on CFDBINFO doesn't know to escape reserved words by External U.
Comment on CFDBINFO doesn't know to escape reserved words by Himavanth R.
Comment on CFDBINFO doesn't know to escape reserved words by External U.
Comment on CFDBINFO doesn't know to escape reserved words by Himavanth R.
Bug 80338:(Watson Migration Closure)Sumamry: CFDBINFO missing from CFScript supportI've had a non-theoretical need for <cfdbinfo> to be usable form CFScript
CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it
Comment on [ANeff] Bug for: <cfdbinfo type="clientinfo" name="r"> doesn't honor default datasource by External U.
Comment on Bug 74242:Observed in Microsoft SQL Server 2005: If the first character of the database name is a number, the following can occur: 1) cfdbinfo type="tables" returns an empty query object, 2) cfdbinfo type="colu by External U.
Comment on CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it by External U.
Comment on CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it by External U.
Comment on CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it by External U.
Comment on CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it by Nimit S.
Comment on CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it by External U.
Comment on CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it by Nimit S.
Comment on CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it by Nimit S.
Comment on CFDBINFO type="columns" claims table does not exist in an Oracle 11g db if table name has an underscore in it by Nimit S.
Bug 73499:(Watson Migration Closure)Please add "owner" attribute to the cfdbinfo tag to allow the specification of a database object owner for Oracle databases
Comment on cfdbinfo type=columns does not return correct results by External U.
Comment on cfdbinfo type=columns does not return correct results by External U.
Comment on cfdbinfo type=columns does not return correct results by Nimit S.
Comment on cfdbinfo type=columns does not return correct results by External U.
Bug 74242:Observed in Microsoft SQL Server 2005: If the first character of the database name is a number, the following can occur: 1) cfdbinfo type="tables" returns an empty query object, 2) cfdbinfo type="colu
[ANeff] Bug for: <cfdbinfo type="clientinfo" name="r"> doesn't honor default datasource
2600797 CF-3038644 Database : CFDBINFO John Whish Bug 77370:cfquery will use "this Problem: cfquery will use "this.datasource" set in the Application.cfc, so shouldn’t cfdbinfo also be able to use it? Example: SELECT * FROM EMPLOYEES Works. Fails. Method: In Application.cfc add: this
Bug 85531:(Watson Migration Closure)cfdbinfo tag returns column_size of 10 for MySQL columns of datatype INT(8)
Comment on [ANeff] Bug for: <cfdbinfo type="clientinfo" name="r"> doesn't honor default datasource by Nimit S.
Comment on [ANeff] Bug for: <cfdbinfo type="clientinfo" name="r"> doesn't honor default datasource by Aaron N.
Comment on cfdbinfo type=columns does not return correct results by External U.
Comment on Bug 74243:CF8 & CF9 include the following statement in the description of cfdbinfo's table attribute: 'Used only if the action = "This overrides the one mentioned as a part of datasource definition by Rupesh K.
Comment on Bug 74243:CF8 & CF9 include the following statement in the description of cfdbinfo's table attribute: 'Used only if the action = "This overrides the one mentioned as a part of datasource definition by External U.
cfdbinfo type=columns does not return correct results
5394853 CF-4204046 Database : CFDBINFO Cannot Retrieve Columns for Tables with Underscore Characters Problem Description: I have tried to replicate this issue with Oracle and MariaDB database types. I have not tried with other database types. I have a simple function
Comment on Bug 74243:CF8 & CF9 include the following statement in the description of cfdbinfo's table attribute: 'Used only if the action = "This overrides the one mentioned as a part of datasource definition by External U.
Bug 74243:CF8 & CF9 include the following statement in the description of cfdbinfo's table attribute: 'Used only if the action = "This overrides the one mentioned as a part of datasource definition
cfdbinfo resource leak
3364353 CF-4199431 Aaron N. Hi Adobe, I see the status changed from "Incorrectly Functioning" to "Enhancement Request". IMO, it is 'incorrectly functioning' b/c any tag/function having a "datasource" parameter, should use THIS.datasource by default. Example: cfquery, cfdbinfo, cfinsert, cfupdate
Comment on cfdbinfo type=columns does not return correct results by Nimit S.
Comment on cfdbinfo type=columns does not return correct results by External U.
2609610 CF-3822362 External U. Agreed. I want to switch to script, but the current implementation is a joke. Its plainly obvious that it was a patch job and not a serious attempt at improving the language. This type of code cfdbinfo(type="tables", name="info"); should be info = dbinfo(type="tables");
2609656 CF-3814079 John W. `cfupdate` should like `cfquery` and `cfinsert` and `cfdbinfo` NOT require the datasource attribute - it should be consistent for *all* db tags, so when you updated `cfinsert` then it should have made sense to also check that `cfupdate` didn't also have this issue.
Comment on Bug 78833:(Watson Migration Closure)[ANEFF] ER for: Injection-proofing cfinsert/cfupdateone suggestion: parametrize="true" attribute, which could internally use cfdbinfo to parametrize the queriesanother suggestion: just make it automat by External U.
Comment on Bug 78833:(Watson Migration Closure)[ANEFF] ER for: Injection-proofing cfinsert/cfupdateone suggestion: parametrize="true" attribute, which could internally use cfdbinfo to parametrize the queriesanother suggestion: just make it automat by External U.
Comment on Bug 78833:(Watson Migration Closure)[ANEFF] ER for: Injection-proofing cfinsert/cfupdateone suggestion: parametrize="true" attribute, which could internally use cfdbinfo to parametrize the queriesanother suggestion: just make it automat by External U.
4454464 CF-4202844 Aaron N. Hi Adobe, Note: During PR, Adobe listed these CFFiddle restricted tags/functions: ----------- ColdFusion Tags * cfexecute, * cfregistry, * cfquery, * cfdbinfo, * cfprocparam, * cfqueryparam, * cfupdate, * cfinsert, * cfprocresult, * cfstoredproc, * cfobjectcache
Comment on Bug 78833:(Watson Migration Closure)[ANEFF] ER for: Injection-proofing cfinsert/cfupdateone suggestion: parametrize="true" attribute, which could internally use cfdbinfo to parametrize the queriesanother suggestion: just make it automat by External U.
Comment on Bug 78833:(Watson Migration Closure)[ANEFF] ER for: Injection-proofing cfinsert/cfupdateone suggestion: parametrize="true" attribute, which could internally use cfdbinfo to parametrize the queriesanother suggestion: just make it automat by External U.
Bug 78833:(Watson Migration Closure)[ANEFF] ER for: Injection-proofing cfinsert/cfupdateone suggestion: parametrize="true" attribute, which could internally use cfdbinfo to parametrize the queriesanother suggestion: just make it automat
2609104 CF-3929913 External U. Hi Himavanth, Regarding my previous comment about storing q.dateColumn into db, my looked like this: CFDBINFO#" value="#trim(myValue)#".. I was dynamically populating both the cfsqltype AND the trimmed value. In CF11, if my
interact with the server and the cfdbinfo tag to analyze the tables being used in those cfquery statements. Check to see if there is a primary key, indexes, etc defined. #5 - If a cfquery is found that includes sql in the form of update or insert into and the cfquery is within some sort of cfloop
. cfreport There’s no real good reporting system for Flex. cfdbinfo I think this would get a lot of use for people building RDS Bolt extensions with a Flex UI. That, and creating db management clients. cffile, cfdirectory, cfzip, cfftp Document / Content Management clients cfquery, cfsproc cfldap Being