Is your MySQL server doing an extra index scan on queries that need to check a key for matches or NULL? It's easy for this to happen accidentally, but it's also easy to fix, especially in MySQL 5.0 and up. Here's how.
Jul
27
2007
Sep
28
2006
New Atlanta, just released Beta 1 of version 7 of thier BlueDragon CFML application server.
Below is a list of the new features - I think the
IsNull
function and null
keyword will
prove to be quite handy.
- Multi-threaded programming (CFTHREAD, and related tags and functions)
- Interfaces and Abstract CFCs
-
null
keyword andIsNull()
function - CFQUERY Enhancements
- CACHEDUNTILCHANGE attribute
- BACKGROUND attribute
- Application.cfc
- onClientStart() handler
- onMissingTemplate() handler
- CFDOCUMENT
- CFCHART
- CFSEARCH Enhancements
- support for Word and PDF documents …