dolthub / go-mysql-server

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
Apache License 2.0
2.32k stars 199 forks source link

Add additional engine tests for indexes on generated columns. #2636

Closed nicktobey closed 4 weeks ago

nicktobey commented 4 weeks ago

These tests verify the correctness of https://github.com/dolthub/dolt/pull/8273.

Some of the checks in these tests are skipped because they run afoul of https://github.com/dolthub/dolt/issues/8275 and https://github.com/dolthub/dolt/issues/8276