search : david mcguigan

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

displaying top 100 results

2612321 CF-3525133 Database David McGuigan Add onMissingDatasource support to application.cfc Letting your application run specific code ( most likely the programmatic generation of datasources through the admin API ) when a missing datasource error files from any cfquery in your application
2601067 CF-3038357 Language David McGuigan Bug 76864:(Watson Migration Closure)Please add support for a single array argument to the max( ) and min( ) functions Problem: Please add support for a single array argument to the max( ) and min( ) functions. Method: Result
2598507 CF-3041259 Scheduler David McGuigan Bug 82574:Automatic scheduled tasks logging Problem: Automatic scheduled tasks logging.It’d be great when I browse scheduled tasks to see a "last run" ( and optional "history" log ) for each scheduled task. Method: Result
2601398 CF-3038004 File Management : CFDirectory David McGuigan Bug 76183:(Watson Migration Closure)I was kind of surprised to find that cfdirectory doesn't support direct copying Problem: I was kind of surprised to find that cfdirectory doesn't support direct copying. Thought it's relatively
2602343 CF-3036961 Administrator : Administrator Console David McGuigan Bug 73976:(Watson Migration Closure)We need the ability to explicitly manage which IP addresses are granted access to a developer edition of ColdFusion Problem: We need the ability to explicitly manage which IP addresses
2599986 CF-3039510 Language : Tags David McGuigan Bug 79216:(Watson Migration Closure)Frequently, when looping over a collection, it becomes necessary to manually manage an iteration counter Problem: Frequently, when looping over a collection, it becomes necessary to manually manage an iteration
2599811 CF-3039698 Language : Datastructure David McGuigan Bug 79481:structDelete( ) is case sensitiveThe following code ( when the form is submitted ) outputs: Problem: structDelete( ) is case sensitiveThe following code ( when the form is submitted ) outputs: Upper before deletion: 2 Upper after
2598694 CF-3041046 Language : Tags David McGuigan Bug 82285:(Watson Migration Closure) currently only accepts a string reference to a predefined recordset Problem: currently only accepts a string reference to a predefined recordset. In league with a lot of the other ColdFusion 9 enhancements
2598897 CF-3040815 Administrator : Administrator Console David McGuigan Bug 81731:Remove the max number of cached queries limit ( managed in the administrator ), please Problem: Remove the max number of cached queries limit ( managed in the administrator ), please.9999 is the current upper limit
2600328 CF-3039143 Database : CFQuery David McGuigan Bug 78547:(Watson Migration Closure)I love cfqueryparam Problem: I love cfqueryparam. But I do not love its syntax. I’d like to be able to ( optionally ) use a cleaner, more-readable "shorthand" that parallels the current one for cfsqltype
2602010 CF-3037333 Language David McGuigan Bug 75106:(Watson Migration Closure)It's important that ColdFusion 9 support using colon-syntaxed property value pairs for object literal argument notation: Problem: It's important that ColdFusion 9 support using colon-syntaxed property value pairs
2613937 CF-3143550 Database David McGuigan Dramatic change to CF9's implementation of CFQuery causes major backwards compatibility issues The ability to programmatically manipulate cfquery contents and inject non-simple data into them as demonstrated below is an extremely powerful and valuable
2599751 CF-3039759 Core Runtime : Application David McGuigan Bug 79564:(Watson Migration Closure)Add support for per-app, code-only volatile datasources that remain private to the app that defines them Problem: Add support for per-app, code-only volatile datasources that remain private to the app
2600077 CF-3039412 Database : CFQuery David McGuigan Bug 79024:(Watson Migration Closure)I use: where FIELD in ( )a lot, but a lot of the time I need to match to values in an array. You can use arrayToList pretty easily to pour those values into a cfqueryparam, unless some of your array values
2601902 CF-3037453 Core Runtime : Application David McGuigan Bug 75348:(Watson Migration Closure)[b]Order of unscoped variable checking in 8[/b] Problem: [b]Order of unscoped variable checking in 8[/b] Function local (UDFs and CFCs only) Thread local (inside threads only
2602235 CF-3037081 Database : CFQuery David McGuigan Bug 74368:(Watson Migration Closure)CFQuery should be updated with the following new optional attributes: Problem: CFQuery should be updated with the following new optional attributes: page (numeric) recordsPerPage (numeric, defaults to 10 when
2602341 CF-3036963 Language David McGuigan Bug 73978:(Watson Migration Closure)One of the biggest sources of confusion and err for developers transitioning from introductory ColdFusion into CFC-driven application development is scope ambiguity Problem: One of the biggest sources of confusion
2613664 CF-3194043 Language : Tags David McGuigan New order attribute for query loops A great addition to query loops would be the ability to pass an order attribute in to avoid having to prepare/manipulate/mutate the source query ( such as with a query of queries ) just to render it in a
2613863 CF-3155857 Language David McGuigan Application.cfc organizational changes It seems extremely counter-performant to me that we author application-level settings in the pseudo constructor in application.cfc instead of in onApplicationStart. For code that needs to react to the hard drive
2614019 CF-3137187 Language David McGuigan onMissingTemplate doesn't fire when you cfinclude a template that doesn't exist Throws the following error: Could not find the included template butter.cfm. Note: If you wish to use an absolute template path (for example, template
2599869 CF-3039634 Database : CFQuery David McGuigan Bug 79382:When you have a cfquery that within its body calls any cffunction that itself runs a cfquery, the containing cfquery will use the function’s query’s datasource and ignore the one passed to it as an at Problem: When you have a cfquery
2600329 CF-3039142 Database : CFQuery David McGuigan Bug 78546:(Watson Migration Closure)My datasourceless syntax request has been accepted and implemented in CF9, which is FANTASTIC ( thank you )! It’s simple and powerful and provides a singular benefit: exempting Problem: My datasourceless
2613923 CF-3146252 Language Aaron Neff expandPath("/mymapping") resolving improperly This bug was found by David McGuigan. Looks like CF10 added a pathExists check w/in expandPath(’/mapping’). Repro: Application.cfc ---------------------- component { THIS.name = "TestExpandmapping"; THIS
2600101 CF-3039387 Database : CFQuery David McGuigan Bug 78969:When ColdFusion is running, and successfully makes one or more exchanges with a database ( MySQL in my setup ), and then that database server is restarted ( the MySQL service is restarted ), the first Problem: When Cold