You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Save point
* #312 - Abstract factory improvements
* #312 - Abstract factory improvements
Copy file name to clipboardExpand all lines: Migration.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,6 @@ print(response)
121
121
The separate `WithInfo` methods have been removed in the version 4.0 SDK. The capability is now included in the `add_record`, `delete_record`, `process_redo_record`,`reevaluate_entity`, and `reevaluate_record` methods. Requesting the with info response is achieved with the use of the optional `flags` argument and specifying the `SZ_WITH_INFO` engine flag. The default is not to return the with info response, in which case an empty string is returned:
In version 4.0, the `SzConfig` module is subordinate to the `SzConfigManager` and literally represents a Senzing configuration as an object. It removes the hassle of dealing with "config handles" that have to be closed as well:
0 commit comments