Skip to content
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

Row delta is empty when table created from schema is first updated #1159

Closed
sc1f opened this issue Aug 19, 2020 · 0 comments
Closed

Row delta is empty when table created from schema is first updated #1159

sc1f opened this issue Aug 19, 2020 · 0 comments
Labels
bug Concrete, reproducible bugs C++

Comments

@sc1f
Copy link
Contributor

sc1f commented Aug 19, 2020

Bug Report

Steps to Reproduce:

  1. Create a table from a schema and add an on_update callback that uses the delta.
  2. Update the table.

Expected Result:

A row delta with the rows updated.

Actual Result:

An empty row delta was returned, but the table has been filled:

Screen Shot 2020-08-19 at 7 11 05 PM

Environment:

Latest master.

@sc1f sc1f added bug Concrete, reproducible bugs C++ labels Aug 19, 2020
texodus added a commit that referenced this issue Aug 26, 2020
Fixes #1159 - deltas are now generated on first update for 0-sided contexts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs C++
Projects
None yet
Development

No branches or pull requests

1 participant