Quote:
Originally Posted by icallaci
Oh, sorry, I thought ' ' (with a space between) isn't NULL but '' (with no space) is. My bad. It's been a while since I worked with SQL. I'll give '' a try unless someone else chimes in with a better experience-based solution. (But I don't plan to upgrade until the patches are ready, so it may be a day or two.) Thanks.
|
No, '' is a zero length string or an empty string and is in many cases a valid value. NULL means it does not have a value at all.
Your current setting is more likely to work than setting all the values to empty strings. It's possible the problem is that the other values don't pass a check. There are two UUIDs, two email addresses, and id for the device (a 64 character hexadecimal number) and two keys or tokens of some sort (605 characters, looks like the last character is an equals sign). Filling these fields with something that matches might work. But, syncing to get the firmware updated will probably produce the results rashkae reported.