OpenBD vs. ColdFusion Gotchas
This is just a random collection of gotchas and other stuff I stumble over trying to port my apps from ColdFusion to OpenBD.
CFFTP: The attribute connection must be a valid variable name. In CF a connection named “123abc” is valid, in OpenBD it’s not.
cffunction: When the returntype is set to date OpenBD always [...]
