-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saving is duplicating data #274
Comments
I have been testing this on Mac and cannot replicate it with the 1.2.4 release. I still need to test on Windows, but I am about ready to close it. So, I have not observed the case where the entire data series gets replicated. But I have encountered a case where a single point is being replicated. This is using Append Save. I can't remember if I chose new/old for points overlapping, but i suspect that there was one overlapping point. Here are the commands run: edit_service.filter_date(datetime.datetime(2015, 5, 1, 0, 0), datetime.datetime(2000, 12, 31, 0, 0)) |
Update: I am still seeing the original behavior (entire series is replicated by saving) on MySQL but not on SQLServer. That may help focus the troubleshooting @sreeder ? |
@AmberSJones Thank you for this research it helped me to recreate the issue, and our case is being caused by a permissions error!! the user does not have permission to delete values! so it isn't, but the save is still happening. |
Update on the single point replication. This occurs on both Windows on Mac. It occurs for Append to Existing for both Keep New and Keep Original options. It ONLY occurs for a single overlapping data point. Behavior is as expected when there are 2 or more overlapping data points. |
test on save_issue branch |
The overlapping single point issue is addressed. It appears that saving no longer creates duplicates on MySQL. Closing. |
When saving, the series is duplicating points in the data series. This is observed with in the plot and the table. Sometimes there are higher value counts in the series catalog table, though this doesn't seem to be consistent. I have observed it with save and save as existing with both overwrite and append options. When using save as new series, a new series is created with double the points as the original series.
The text was updated successfully, but these errors were encountered: