-
Notifications
You must be signed in to change notification settings - Fork 129
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
feature: show numer of entities created, updated, deleted #101
Comments
hbagdi
added a commit
that referenced
this issue
Nov 9, 2019
Breaking change: This function causes a breaking change due to change in method signature of `Solve()`. `Stats` will be used in future in unit-test for this package as well. For #101
hbagdi
added a commit
that referenced
this issue
Nov 9, 2019
A sample of the output: ``` Summary: Created: 10 Updated: 0 Deleted: 0 ``` Fix #101
Merged
hbagdi
added a commit
that referenced
this issue
Nov 9, 2019
Breaking change: This function causes a breaking change due to change in method signature of `Solve()`. `Stats` will be used in future in unit-test for this package as well. For #101
hbagdi
added a commit
that referenced
this issue
Nov 9, 2019
A sample of the output: ``` Summary: Created: 10 Updated: 0 Deleted: 0 ``` Fix #101
rainest
pushed a commit
that referenced
this issue
Apr 21, 2021
Breaking change: This function causes a breaking change due to change in method signature of `Solve()`. `Stats` will be used in future in unit-test for this package as well. For #101
rainest
pushed a commit
that referenced
this issue
Apr 21, 2021
A sample of the output: ``` Summary: Created: 10 Updated: 0 Deleted: 0 ``` Fix #101
AntoineJac
pushed a commit
that referenced
this issue
Jan 23, 2024
Breaking change: This function causes a breaking change due to change in method signature of `Solve()`. `Stats` will be used in future in unit-test for this package as well. For #101
AntoineJac
pushed a commit
that referenced
this issue
Jan 23, 2024
A sample of the output: ``` Summary: Created: 10 Updated: 0 Deleted: 0 ``` Fix #101
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a
diff
orsync
command finishes, it should print the number of entities that have been created, updated and deleted.The text was updated successfully, but these errors were encountered: