Zach Musgrave
Zach Musgrave
I think @nicktobey may have already fixed this bug, but he should confirm.
The schema change to add the new columns should be essentially free. With 40k rows there's no way generating the index should take hours, something must be pretty busted here.
Hi @matthewbdaly we'd be interested in hearing what part of this process didn't work. In general a MySQL configuration for tools like this should just work with Dolt.
We can consider this for dolt 1.0, which will also include other breaking changes. Leaving this open to document the fact that we don't conform to this spec right now.
Also re-enable GEOMETRY column in `types_common_postgres.lua` when it's supported.
Looks like this needs a little work, the type redefinitions are interfering with the definition for LONGTEXT
Superseded by https://github.com/dolthub/doltgresql/pull/1437