Showing related tags and posts accross the entire site.
-
Some fields of the database are strings from user input, that need encoding (like single quote to 2 quotes). Is there any way to mark these fields as needing encoding so that updates and inserts are automatically encoded properly? Is see that Find parameters are properly encoded. In the mean time I did...