Mark Neher wrote:
> I downloaded and installed the snapshot referenced. I have partial good
> news -- some of the tables which I was unable to edit before work now
> (including the minimal sample that I submitted last week), but I am
> still unable to save an update to the rest. As I get a chance, I will
> try to determine what data conditions might cause these differences.
If I understand the fix that Gerd implemented, then the tables where the
update doesn't work are probably tables where you have multiple rows
where date values that are on the same day (e.g. 2 Feb 2006 12:00:01 and
2 Feb 2006 11:48:33, etc.).
The fix truncates the date when doing the comparison. In such cases,
the code is going to find (what it thinks are) duplicate rows, so it
will not do the update.
Maury
|