SQL Manager for MySQL - select inserts empty row
Hi, I have a very weird situation here. During development I discovered that one of my tables got more and more empty rows (the Id field is auto-incremented and was set). No insert statement was run from my code. I use SQL Manager 2010 Lite for MySQL to inspect the data, and it turns out that when I Execute the select statement from th...