ecohealthalliance / doltr

A client for dolt databases
https://ecohealthalliance.github.io/doltr
GNU Affero General Public License v3.0
17 stars 2 forks source link

Fixes issues 53-54 #57

Closed n8layman closed 1 year ago

n8layman commented 2 years ago

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.

DOLT issue: https://github.com/dolthub/dolt/issues/4011

DOLT PR: https://github.com/dolthub/go-mysql-server/pull/1159