Handling null db values with ORM
I had an email from someone who was trying to use ORM with an existing database and was having errors because of null values in the database. Read more »
I had an email from someone who was trying to use ORM with an existing database and was having errors because of null values in the database. Read more »
I'm pleased to announce that I have been selected to present at cf.Objective() 2012. Read more »
I've been working on an ColdFusion ORM application so that it also runs on Railo and found a few differences. Read more »
A couple of weeks ago I announced that my book eBook "ColdFusion ORM – A guide to developing applications using ColdFusion ORM" was available. In response to some feedback from the awesome ColdFusion community you can now get it it print as well! Read more »
I am proud to announce that my eBook "ColdFusion ORM – A guide to developing applications using ColdFusion ORM" is now available! Read more »
Passing lists to HQL parameters Read more »
I'm using ColdFusion ORM in my application and when adding a new persistent entity to my model which has a many-to-one association to an existing entity I was getting a 1005 ErrorCode. Read more »
ColdFusion has had the ability to cache queries for a long time, ORM has similar in-built caching capabilites. Read more »
I often need to display dates where the day has a suffix such as 1st, 2nd, 3rd, 4th. This is a pain to do in CFML as ColdFusion's DateFormat doesn't support it. However, all is not lost! Read more »
I really like the new ORM features of ColdFusion, but I want to see the ORM queries in my standard ColdFusion debugging template. Read more »