View Issue Details

IDProjectCategoryView StatusLast Update
0000388SymmetricDSImprovementpublic2011-01-25 21:30
ReporterAssigned Tochenson  
Priorityhigh 
Status closedResolutionfixed 
Target Version2.2.0Fixed in Version2.2.0 
Summary0000388: Improve the push and pull api to return a status code instead of a boolean.
Descriptionhttps://sourceforge.net/projects/symmetricds/forums/forum/739236/topic/4073564 symmetricNode = new StandaloneSymmetricEngine( path ); boolean res = symmetricNode.pull(); There are several possibilities 1. Server is reachable and there is data to pull. res==true 2. Server is reachable, there is no data to pull. res==false 3. The server is unreachable. res==false 4. There was an error during the data load and no batches were committed. res=false 5. There was an error during the data load, but it was on the 5th batch in the pull. The other four loaded ok. res=true Enhance the API so that end user has more insight into what occurred.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change