06.06.2014, 09:36
That will happen when said query has something wrong with it, so you'd better investigate your query.
You're using the %e (floating-point scientific notation) specifier when I'm pretty sure you should be using %s.
Also make sure you're inserting all the necessary initial columns on INSERT.
You're using the %e (floating-point scientific notation) specifier when I'm pretty sure you should be using %s.
Also make sure you're inserting all the necessary initial columns on INSERT.