Issue #53 will be fixed as soon as the DOLT team repairs union view as of capability. Doltr should now be ready for when that patch goes through. dbReadTable has been modified so that views use the past data, past definition mechanism for views outlined here which is more intuitive but also obscures the ability to mix and match view definition and table commits.
Issue #53 will be fixed as soon as the DOLT team repairs union view
as of
capability. Doltr should now be ready for when that patch goes through. dbReadTable has been modified so that views use thepast data, past definition
mechanism for views outlined here which is more intuitive but also obscures the ability to mix and match view definition and table commits.DOLT issue: https://github.com/dolthub/dolt/issues/4011
DOLT PR: https://github.com/dolthub/go-mysql-server/pull/1159