search : alexandre potvin latreille

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

displaying top 100 results

2608137 CF-4183676 Core Runtime Alexandre Potvin Latreille Resolve CFC path like it would from a specific file I'm facing a problem where I'm reconstituting an object graph based on component properties meta-data. Is there a way to resolve the fully qualified name of a component as it would
2608198 CF-4165678 Text Search : Solr Alexandre Potvin Latreille Sequential cfindex operations may report a wrong status Problem Description: Quickly performing (cfindex action=update) and (cfindex action=delete) operations sequentially on the same thread may result in an incorrect status being
2608218 CF-4162304 Database Alexandre Potvin Latreille is coercing to 0 Problem Description: is getting coerced to the value 0. Steps to Reproduce: Assuming your SQL server engine supports this construct (here we use SQL Server 2008): SELECT CASE WHEN 0 IN () THEN 1
2608485 CF-4079303 Core Runtime Alexandre Potvin Latreille Allow to set the exception cause when using cfthrow/throw Problem Description: throw/cfthrow doesn't support the ability to specify an exception cause. Being able to specify which low-level exception caused the high-level exception
2608596 CF-4053554 ORM Support Alexandre Potvin Latreille Persistent components shall not need a persistent or embeddable attribute when a mapping file is defined Problem Description: It's currently impossible to make components completely persistence-ignorant because the persistent
2608746 CF-4012852 ORM Support Alexandre Potvin Latreille init() function cannot have required arguments Related Bugs: CF-4090267 - Similar to Problem Description: entityNew, entityLoad and entityLoadByPk cannot be used if entities have an init() function with required arguments Steps
2608744 CF-4013664 ORM Support Alexandre Potvin Latreille Add support for Hibernate custom UserTypes Consider the following example where an OverbookingPolicy value object is associated to a Course in order to specify by how much % a course might be overbooked. We me have a Default