Depending on whether the AAA line above is there or not, I'm getting either
ValidationError "error validating table \"tableUuid\":\ntable has inconsistent columns:\n \"col_0\":\n column should have type `TUUID', but actually has type `TBlob' in database\n"
or just
ValidationError "no starting state matches the current state of the database"
but both seem to point at a problem re. how selda-sqlite deals with UUIDs when validating the schemas.
With selda-sqlite (v0.5.2.0), I'm getting errors with this kind of setup:
Depending on whether the AAA line above is there or not, I'm getting either
or just
but both seem to point at a problem re. how selda-sqlite deals with UUIDs when validating the schemas.