Escaping / Suggestions Anyone?

Escaping

Why not automatically escape/unescape data in fDatabase queries?

  • Message #304

    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.