Why not automatically escape/unescape data in fDatabase queries?
The only way to automatically escape and unescape data is to know the data types of the data being selected. This functionality is provided if you use the ORM. Without the ORM it is required that you provide the data type information.