some column name make insertion failing?
Posted: Wed 15 Jun 2011 22:27
I encountered some db execution failed error when inserting record.
I found out one of th column which name was 'condition' made it fail.
but it's failidng just on inserting. selecting and updating is fine.
It seems to be reserved name in the database.
by the way, I'm using mysql.
is it expected behavior?
I found out one of th column which name was 'condition' made it fail.
but it's failidng just on inserting. selecting and updating is fine.
It seems to be reserved name in the database.
by the way, I'm using mysql.
is it expected behavior?