31.07.2013, 11:08
Of the MySQL plugin (R31).
I also got that one day. I thought it was a bug somewhere, but I checked everything and found nothing. Then I changed the query a bit and it suddenly worked. I was sending such an INSERT-query
and then I replaced "VALUE" with "VALUES" and cache_affected_rows returned 1. Both queries are correct (they are both creating a new row), but only one is the real correct one.
I sent BlueG a PM some weeks ago where I asked him if he could move the project to GitHub, but didn't got an answer yet.
Quote:
I had a weird issue where mysql_affected_rows() returned -1 once.. How is this possible?
Also what would you say about transferring this project to GitHub. In all honesty its surpassed ****** project.. |
PHP код:
INSERT INTO test (`Field1`) VALUE ('321')
I sent BlueG a PM some weeks ago where I asked him if he could move the project to GitHub, but didn't got an answer yet.