fernyb / Sequel-J

A MySQL Client written in Cappuccino (work in progress)
31 stars 1 forks source link

It sends null values as "null" #25

Open guilhermeaiolfi opened 13 years ago

guilhermeaiolfi commented 13 years ago

Sequel-J sends "null" when nothing is set to a field when updating a row. Considering that the value of that field could be a "null" string. I think it shouldn't send anything in these cases.

I think the problem here is the php backend that send null even when there is nothing to send.

fernyb commented 13 years ago

@guilhermeaiolfi The problem with the PHP backend is it doesn't have any tests. Having tests would help solve this problem.