On Thu, Aug 09, 2001 at 01:39:24PM -0700, Dan Allen wrote:
I hope that you don't mind that I am e-mailing you. I had posted some
no problem. the best for your patches would be that you upload them on the sourceforge feature or bugs tracker, and post a short note to the devel-ml.
patches yesterday and they were from the old version...I didn't even think about cvs, but since the new version rc4 just came out, I reedited the files and created patches from that version. In addition to the patches I listed about socket and permission I also have a NULL patch, which, when an number cell has a value of empty string, it shouldn't show empty string but NULL, since it is impossible for a number cell to just be blank (try it in mysql terminal client). Also, when you entered the editor, the fields that were numbers and NULL showed up as blank and when you inserted the data, the blanks would fill in as the default (either 0 or the value set)...so, if the field is empty when going into the editor (when you click on Edit) it auto fills in NULL where the number cell is blank. I was also thinking about adding this for new cells...so when you go to insert new data, number fields start out as either NULL (if the parameter is NULL) or 0 (if the parameter is NOT_NULL). If you reply, I will send you those diffs and you can throw out what you don't like and keep what you like.
Dan Allen