-
Replied To a Post in Reporting bugs
[Here](http://m.imgur.com/hlxsB8l.png) is how the post looked when I submitted it. -
Replied To a Post in Reporting bugs
It's ok, was only a paragraph. I believe what happened is a result of MySQL's encoding. Let's try it in this comment... Nerd emoji will follow this line -
Gave Reputation to Benjamin_17 in can't backspace a newline in vim
try changing this line set backspace=indent,start to set backspace=indent,eol,start -
Created Reporting bugs
I've made a couple of lengthy posts over the last couple of days and have noticed a few bugs with the editor. Nothing show-stopping but some make the editing process … -
Replied To a Post in FIND_IN_SET() performance
It sounds like you aren't working to the strengths of the database. MySQL, unlike Oracle, PostgreSQL etc doesn't support [arrays](https://www.postgresql.org/docs/9.6/static/arrays.html), and searching on text is unlikely to be optimal. I … -
Replied To a Post in DaniWeb Database Breach
It would appear that the leak is available; the reason I logged in after quite a break was that I received an email from [haveibeenpwned.com](https://haveibeenpwned.com/) telling me that: > **You've … -
Replied To a Post in MySQL unions
Remember that `UNION` (and its cousins `INTERSECT` and `EXCEPT`) essentially require each of the provided queries to be run separately and the results collated. In this example (using PostgreSQL, but …
The End.