ColdFusion Queries can be created using the QueryNew() function which takes a list of query columns (as a parameter, or by subsequent QueryAddColumn() calls). These queries are not typed, and this has created problems when using these queries (perhaps when querying queries). Blackstone solves this problem by allowing query columns to be typed, both QueryNew() and QueryAddColumn() accept an optional data type (which ideally should always be provided).
Leave a Reply